diff --git a/LICENSE b/LICENSE index f99e9ee5..25403cd5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Contentstack +Copyright (c) 2025 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/README.md b/README.md index 4654da51..8d8b5443 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ # @contentstack/apps-cli + Contentstack lets you develop apps in your organization using the Developer Hub portal. With the Apps CLI plugin, Contentstack CLI allows you to perform the CRUD operations on your app in Developer Hub and then use the app in your organization or stack by installing or uninstalling your app as required. ## How to install this plugin @@ -20,7 +21,7 @@ $ npm install -g @contentstack/apps-cli $ csdx COMMAND running command... $ csdx (--version|-v) -@contentstack/apps-cli/1.3.4 darwin-arm64 node-v22.2.0 +@contentstack/apps-cli/1.5.0 darwin-arm64 node-v22.13.1 $ csdx --help [COMMAND] USAGE $ csdx COMMAND @@ -29,6 +30,7 @@ USAGE # Commands + * [`csdx app`](#csdx-app) * [`csdx app:create`](#csdx-appcreate) @@ -69,7 +71,7 @@ EXAMPLES $ csdx app:update ``` -_See code: [src/commands/app/index.ts](https://github.com/contentstack/apps-cli/blob/v1.3.4/src/commands/app/index.ts)_ +_See code: [src/commands/app/index.ts](https://github.com/contentstack/apps-cli/blob/v1.5.0/src/commands/app/index.ts)_ ## `csdx app:create` @@ -77,18 +79,18 @@ Create a new app in Developer Hub and optionally clone a boilerplate locally. ``` USAGE - $ csdx app:create [-n ] [--app-type stack|organization] [-c ] [-d ] [--boilerplate - ] [--org ] + $ csdx app:create [--org ] [-n ] [--app-type stack|organization] [-c ] [-d ] + [--boilerplate ] 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=