diff --git a/README.md b/README.md index 091e241..7cdbd94 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.2.1 darwin-arm64 node-v18.12.1 +@contentstack/apps-cli/1.3.0 darwin-arm64 node-v18.16.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND @@ -67,7 +67,7 @@ EXAMPLES $ csdx app:reinstall ``` -_See code: [src/commands/app/index.ts](https://github.com/contentstack/apps-cli/blob/v1.2.1/src/commands/app/index.ts)_ +_See code: [src/commands/app/index.ts](https://github.com/contentstack/apps-cli/blob/v1.3.0/src/commands/app/index.ts)_ ## `csdx app:create` @@ -75,14 +75,16 @@ Create a new app in Developer Hub and optionally clone a boilerplate locally. ``` USAGE - $ csdx app:create [-n ] [--app-type stack|organization] [-c ] [-d ] + $ csdx app:create [-n ] [--app-type stack|organization] [-c ] [-d ] [--boilerplate + ] FLAGS -c, --config= Path of the external config -d, --data-dir= Current working directory. - -n, --name= [default: app-boilerplate] Name of the app to be created + -n, --name= Name of the app to be created --app-type=