Skip to content

Commit fd9b31c

Browse files
fix: update ui textdescription for stack api key
1 parent 316581d commit fd9b31c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm install -g @contentstack/apps-cli
2020
$ csdx COMMAND
2121
running command...
2222
$ csdx (--version|-v)
23-
@contentstack/apps-cli/1.1.0 darwin-arm64 node-v18.16.0
23+
@contentstack/apps-cli/1.1.0 darwin-arm64 node-v18.17.0
2424
$ csdx --help [COMMAND]
2525
USAGE
2626
$ csdx COMMAND
@@ -165,7 +165,7 @@ USAGE
165165
FLAGS
166166
--app-uid=<value> Provide the app UID of an existing app.
167167
--org=<value> Provide the organization UID to fetch the app details for the desired operation.
168-
--stack-api-key=<value> API key of the stack where the app is to be installed.
168+
--stack-api-key=<value> API key of the stack where the app operation is to be performed.
169169
170170
DESCRIPTION
171171
Install an app from the marketplace
@@ -191,7 +191,7 @@ USAGE
191191
FLAGS
192192
--app-uid=<value> Provide the app UID of an existing app.
193193
--org=<value> Provide the organization UID to fetch the app details for the desired operation.
194-
--stack-api-key=<value> API key of the stack where the app is to be installed.
194+
--stack-api-key=<value> API key of the stack where the app operation is to be performed.
195195
196196
DESCRIPTION
197197
Reinstall an app from the marketplace

src/messages/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const commonMsg = {
3333
APP_UID: "Provide the app UID of an existing app.",
3434
APP_TYPE_DESCRIPTION: "Type of app",
3535
CONTACT_SUPPORT: "Please contact the support team.",
36-
STACK_API_KEY: "API key of the stack where the app is to be installed.",
36+
STACK_API_KEY: "API key of the stack where the app operation is to be performed.",
3737
USER_TERMINATION: "Process terminated by the user.",
3838
CLI_APP_CLI_LOGIN_FAILED: 'You are not logged in. Please login with command $ csdx auth:login'
3939
};

0 commit comments

Comments
 (0)