diff --git a/README.md b/README.md index b3b410f..36f3e9f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -165,7 +165,7 @@ USAGE FLAGS --app-uid= Provide the app UID of an existing app. --org= Provide the organization UID to fetch the app details for the desired operation. - --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. DESCRIPTION Install an app from the marketplace @@ -191,7 +191,7 @@ USAGE FLAGS --app-uid= Provide the app UID of an existing app. --org= Provide the organization UID to fetch the app details for the desired operation. - --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. DESCRIPTION Reinstall an app from the marketplace diff --git a/src/messages/index.ts b/src/messages/index.ts index f42960c..739c54e 100644 --- a/src/messages/index.ts +++ b/src/messages/index.ts @@ -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' };