Skip to content
This repository was archived by the owner on Aug 17, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,7 +20,7 @@ $ npm install -g @contentstack/apps-cli
$ csdx COMMAND
running command...
$ csdx (--version|-v)
@contentstack/apps-cli/1.1.0 darwin-arm64 node-v18.16.0
@contentstack/apps-cli/1.1.0 darwin-arm64 node-v18.17.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand DownExpand Up@@ -165,7 +165,7 @@ USAGE
FLAGS
--app-uid=<value> Provide the app UID of an existing app.
--org=<value> Provide the organization UID to fetch the app details for the desired operation.
--stack-api-key=<value> API key of the stack where the app is to be installed.
--stack-api-key=<value> API key of the stack where the app operation is to be performed.

DESCRIPTION
Install an app from the marketplace
Expand All@@ -191,7 +191,7 @@ USAGE
FLAGS
--app-uid=<value> Provide the app UID of an existing app.
--org=<value> Provide the organization UID to fetch the app details for the desired operation.
--stack-api-key=<value> API key of the stack where the app is to be installed.
--stack-api-key=<value> API key of the stack where the app operation is to be performed.

DESCRIPTION
Reinstall an app from the marketplace
Expand Down
2 changes: 1 addition & 1 deletion src/messages/index.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,7 +33,7 @@ const commonMsg = {
APP_UID: "Provide the app UID of an existing app.",
APP_TYPE_DESCRIPTION: "Type of app",
CONTACT_SUPPORT: "Please contact the support team.",
STACK_API_KEY: "API key of the stack where the app is to be installed.",
STACK_API_KEY: "API key of the stack where the app operation is to be performed.",
USER_TERMINATION: "Process terminated by the user.",
CLI_APP_CLI_LOGIN_FAILED: 'You are not logged in. Please login with command $ csdx auth:login'
};
Expand Down