Skip to content

Commit 6300a2e

Browse files
Merge pull request #1652 from contentstack/fix/dx-872-ui-text-changes
dx | 872 | UI text changes
2 parents ec88890 + fce404d commit 6300a2e

File tree

44 files changed

+1579
-1309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1579
-1309
lines changed

package-lock.json

Lines changed: 34 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-audit/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ EXAMPLES
269269
$ csdx plugins
270270
```
271271

272-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/index.ts)_
272+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/index.ts)_
273273

274274
## `csdx plugins:add PLUGIN`
275275

@@ -343,7 +343,7 @@ EXAMPLES
343343
$ csdx plugins:inspect myplugin
344344
```
345345

346-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/inspect.ts)_
346+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/inspect.ts)_
347347

348348
## `csdx plugins:install PLUGIN`
349349

@@ -392,7 +392,7 @@ EXAMPLES
392392
$ csdx plugins:install someuser/someplugin
393393
```
394394

395-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/install.ts)_
395+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/install.ts)_
396396

397397
## `csdx plugins:link PATH`
398398

@@ -423,7 +423,7 @@ EXAMPLES
423423
$ csdx plugins:link myplugin
424424
```
425425

426-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/link.ts)_
426+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/link.ts)_
427427

428428
## `csdx plugins:remove [PLUGIN]`
429429

@@ -464,7 +464,7 @@ FLAGS
464464
--reinstall Reinstall all plugins after uninstalling.
465465
```
466466

467-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/reset.ts)_
467+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/reset.ts)_
468468

469469
## `csdx plugins:uninstall [PLUGIN]`
470470

@@ -492,7 +492,7 @@ EXAMPLES
492492
$ csdx plugins:uninstall myplugin
493493
```
494494

495-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/uninstall.ts)_
495+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/uninstall.ts)_
496496

497497
## `csdx plugins:unlink [PLUGIN]`
498498

@@ -536,5 +536,5 @@ DESCRIPTION
536536
Update installed plugins.
537537
```
538538

539-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/update.ts)_
539+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/update.ts)_
540540
<!-- commandsstop -->

packages/contentstack-auth/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ USAGE
4949
$ csdx auth:login [-u <value> | --oauth] [-p <value> | ]
5050
5151
FLAGS
52-
-p, --password=<value> Password
53-
-u, --username=<value> User name
52+
-p, --password=<value> Password of your Contentstack app
53+
-u, --username=<value> Email address of your Contentstack account.
5454
--oauth Enables single sign-on (SSO) in Contentstack CLI
5555
5656
DESCRIPTION
@@ -141,7 +141,7 @@ USAGE
141141
$ csdx auth:tokens:add [-a <value>] [--delivery] [--management] [-e <value>] [-k <value>] [-y] [--token <value>]
142142
143143
FLAGS
144-
-a, --alias=<value> Name of the token alias
144+
-a, --alias=<value> Alias (name) you want to assign to the token
145145
-d, --delivery Set this flag to save delivery token
146146
-e, --environment=<value> Environment name for delivery token
147147
-k, --stack-api-key=<value> Stack API Key
@@ -187,8 +187,8 @@ USAGE
187187
$ csdx auth:tokens:remove [-a <value>] [-i]
188188
189189
FLAGS
190-
-a, --alias=<value> Token alias
191-
-i, --ignore Ignore
190+
-a, --alias=<value> Alias (name) of the token to delete.
191+
-i, --ignore Ignores if the token is not present.
192192
193193
DESCRIPTION
194194
Removes selected tokens
@@ -230,8 +230,8 @@ USAGE
230230
$ csdx login [-u <value> | --oauth] [-p <value> | ]
231231
232232
FLAGS
233-
-p, --password=<value> Password
234-
-u, --username=<value> User name
233+
-p, --password=<value> Password of your Contentstack app
234+
-u, --username=<value> Email address of your Contentstack account.
235235
--oauth Enables single sign-on (SSO) in Contentstack CLI
236236
237237
DESCRIPTION

packages/contentstack-auth/src/commands/auth/login.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ export default class LoginCommand extends BaseCommand<typeof LoginCommand> {
2727
static flags: FlagInput = {
2828
username: flags.string({
2929
char: 'u',
30-
description: 'User name',
30+
description: 'Email address of your Contentstack account.',
3131
multiple: false,
3232
required: false,
3333
exclusive: ['oauth'],
3434
}),
3535
password: flags.string({
3636
char: 'p',
37-
description: 'Password',
37+
description: 'Password of your Contentstack app',
3838
multiple: false,
3939
required: false,
4040
exclusive: ['oauth'],

packages/contentstack-auth/src/commands/auth/tokens/add.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default class TokensAddCommand extends BaseCommand<typeof TokensAddComman
3030
];
3131

3232
static flags: FlagInput = {
33-
alias: Flags.string({ char: 'a', description: 'Name of the token alias' }),
33+
alias: Flags.string({ char: 'a', description: 'Alias (name) you want to assign to the token' }),
3434
delivery: flags.boolean({
3535
char: 'd',
3636
description: 'Set this flag to save delivery token',

packages/contentstack-auth/src/commands/auth/tokens/remove.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export default class TokensRemoveCommand extends BaseCommand<typeof TokensRemove
66
static description = 'Removes selected tokens';
77
static examples = ['$ csdx auth:tokens:remove', '$ csdx auth:tokens:remove -a <alias>'];
88
static flags: FlagInput = {
9-
alias: flags.string({ char: 'a', description: 'Token alias' }),
10-
ignore: flags.boolean({ char: 'i', description: 'Ignore' }),
9+
alias: flags.string({ char: 'a', description: 'Alias (name) of the token to delete.' }),
10+
ignore: flags.boolean({ char: 'i', description: 'Ignores if the token is not present.' }),
1111
};
1212

1313
async run(): Promise<any> {

0 commit comments

Comments
 (0)