Skip to content

Commit b61eaba

Browse files
author
ninadhatkar
committed
updated help text for auth plugin
1 parent 4f4ade8 commit b61eaba

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/auth/messages/index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"add": {
1111
"msgAddTokenSuccess": "\"%s\" token added successfully!",
1212
"msgReplacedTokenSuccess": "\"%s\" token replaced successfully!",
13-
"promptTokenAlias": "Please provide alias to store token",
13+
"promptTokenAlias": "Provide alias to store token",
1414
"promptEnv": "Provide an environment for delivery token",
1515
"promptToken": "Paste your %s token",
1616
"promptAPIKey": "Paste your stack API Key",
@@ -32,7 +32,7 @@
3232
"flagIgnoreDescription": "Ignores if token not present. Command shows show list of available aliases with multi select option to delete tokens from that list."
3333
},
3434
"logout": {
35-
"promptConfirmLogout": "Do you really want to logout?",
35+
"promptConfirmLogout": "Are you sure you want to log out? (Y/N):",
3636
"msgLoggingOut": "Logging out from Contentstack...",
3737
"msgLogOutSuccess": "You have logged out from Contentstack successfully!",
3838
"errorFailedLogout": "Failed to logout due to following error: ",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-auth",
33
"description": "Contentstack CLI plugin for authentication",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"author": "contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"publishConfig": {

packages/auth/src/commands/auth/tokens/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class TokenIndex extends Command {
5050
}
5151
}
5252

53-
TokenIndex.description = `Use to list all existing management tokens
53+
TokenIndex.description = `List all management tokens stored
5454
`
5555
TokenIndex.aliases = ['tokens']
5656

packages/contentstack-export/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-cm-export
1919
$ csdx COMMAND
2020
running command...
2121
$ csdx (-v|--version|version)
22-
@contentstack/cli-cm-export/0.0.27 darwin-x64 node-v10.19.0
22+
@contentstack/cli-cm-export/0.0.1 darwin-x64 node-v10.19.0
2323
$ csdx --help [COMMAND]
2424
USAGE
2525
$ csdx COMMAND
@@ -61,5 +61,5 @@ EXAMPLES
6161
csdx cm:export -A -m "single module name"
6262
```
6363

64-
_See code: [src/commands/cm/export.js](https://github.com/contentstack/cli/blob/v0.0.27/src/commands/cm/export.js)_
64+
_See code: [src/commands/cm/export.js](https://github.com/contentstack/cli/blob/v0.0.1/src/commands/cm/export.js)_
6565
<!-- commandsstop -->

packages/contentstack-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-export",
33
"description": "It is contentstack export plugin",
4-
"version": "0.0.27",
4+
"version": "0.0.1",
55
"author": "contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"publishConfig": {

packages/contentstack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ EXAMPLES
691691
csdx cm:export -A -m "single module name"
692692
```
693693

694-
_See code: [@contentstack/cli-cm-export](https://github.com/contentstack/cli/blob/v0.0.27/src/commands/cm/export.js)_
694+
_See code: [@contentstack/cli-cm-export](https://github.com/contentstack/cli/blob/v0.0.1/src/commands/cm/export.js)_
695695

696696
## `csdx cm:import`
697697

0 commit comments

Comments
 (0)