File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ $ npm install -g @contentstack/apps-cli
20
20
$ csdx COMMAND
21
21
running command...
22
22
$ 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
24
24
$ csdx --help [COMMAND]
25
25
USAGE
26
26
$ csdx COMMAND
@@ -165,7 +165,7 @@ USAGE
165
165
FLAGS
166
166
--app-uid=<value> Provide the app UID of an existing app.
167
167
--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 .
169
169
170
170
DESCRIPTION
171
171
Install an app from the marketplace
@@ -191,7 +191,7 @@ USAGE
191
191
FLAGS
192
192
--app-uid=<value> Provide the app UID of an existing app.
193
193
--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 .
195
195
196
196
DESCRIPTION
197
197
Reinstall an app from the marketplace
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const commonMsg = {
33
33
APP_UID : "Provide the app UID of an existing app." ,
34
34
APP_TYPE_DESCRIPTION : "Type of app" ,
35
35
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 ." ,
37
37
USER_TERMINATION : "Process terminated by the user." ,
38
38
CLI_APP_CLI_LOGIN_FAILED : 'You are not logged in. Please login with command $ csdx auth:login'
39
39
} ;
You can’t perform that action at this time.
0 commit comments