csdx cm:bootstrap
The 'Bootstrap' plugin in Contentstack CLI allows users to automate the process of project setup for starter apps
Options
Name | Description |
---|---|
--app-name <app-name> | The name of the starter app you want to use. Example: reactjs-starter, nextjs-starter, gatsby-starter, angular-starter, nuxt-starter |
--project-dir <project-dir> | Directory/path to setup the project. If directory name has a space then provide the path as a string or escap the space using back slash as shown in the below example |
--app-type <app-type> | Sample or Starter app |
-k, --stack-api-key <stack-api-key> | Provide stack API key to seed content |
--org <org> | Provide organization UID to create a new stack |
-n, --stack-name <stack-name> | Name of the new stack that will be created |