From 4d9311f0f1c1d0c058a82ee653667c1e2114a625 Mon Sep 17 00:00:00 2001 From: harshithad0703 Date: Mon, 20 May 2024 13:50:10 +0530 Subject: [PATCH 01/23] fix: text UI changes --- README.md | 56 ++++++++++++++++++----------------- src/commands/app/create.ts | 4 +++ src/commands/app/delete.ts | 5 +++- src/commands/app/get.ts | 5 +++- src/commands/app/install.ts | 5 +++- src/commands/app/uninstall.ts | 9 ++++-- src/commands/app/update.ts | 3 ++ src/messages/index.ts | 27 +++++++++++------ 8 files changed, 72 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 4f13581..ba54487 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.0.5 darwin-arm64 node-v20.10.0 +@contentstack/apps-cli/1.0.7 darwin-arm64 node-v20.10.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND @@ -63,7 +63,7 @@ EXAMPLES $ csdx app:uninstall ``` -_See code: [src/commands/app/index.ts](https://github.com/contentstack/apps-cli/blob/v1.0.5/src/commands/app/index.ts)_ +_See code: [src/commands/app/index.ts](https://github.com/contentstack/apps-cli/blob/v1.0.7/src/commands/app/index.ts)_ ## `csdx app:create` @@ -71,15 +71,15 @@ Create a new app in Developer Hub and optionally clone a boilerplate locally. ``` USAGE - $ csdx app:create [--org ] [-n ] [--app-type stack|organization] [-c ] [-d ] + $ csdx app:create [-n ] [--app-type stack|organization] [-c ] [-d ] [--org ] FLAGS -c, --config= Path of the external config -d, --data-dir= Current working directory. - -n, --name= Name of the app to be created - --app-type=