File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 "promptToken" : " Paste your %s token" ,
1616 "promptAPIKey" : " Paste your stack API Key" ,
1717 "promptConfirmReplaceToken" : " Alias with \" %s\" is already exists, do you want to replace?" ,
18- "commandDescription" : " Adds management/delivery tokens to your session to use it with further Contentstack/ CLI command" ,
18+ "commandDescription" : " Adds management/delivery tokens to your session to use it with further CLI command" ,
1919 "flagAliasDesc" : " Alias to the token for referring it with other commands." ,
2020 "apiAliasDesc" : " Stack API key for the token you are going to store" ,
2121 "flagForceDescription" : " Exclude confirmation to replace existing alias" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class TokenIndex extends Command {
5050 }
5151}
5252
53- TokenIndex . description = `List all management tokens stored
53+ TokenIndex . description = `Lists all existing tokens added to the session
5454`
5555TokenIndex . aliases = [ 'tokens' ]
5656
You can’t perform that action at this time.
0 commit comments