This repository provides the Kickstart stack content for Kickstart projects. An easy way to import this stack content is by using the CLI seed command.
Contentstack stack must have English as Master Language
To import this content to your stack, perform the following steps:
npm install -g @contentstack/cli
Using the CLI for the first time? It might ask you to set your default region.
You can get all regions and their codes here or run csdx config:get:region
.
Beware, Free Contentstack developer accounts are bound to the EU region.
Set your region like so:
csdx config:set:region EU
Next, log in to your Contentstack account via CLI:
csdx auth:login
To be able to seed a new Stack, find your Organization UID
in Contentstack.
Contentstack Stacks overview > Org Admin > Info
Run the seed
command to import content to your stack (-n
can be used for a custom Stack name):
csdx cm:stacks:seed --repo "contentstack/kickstart-stack-seed" --org "<YOUR_ORG_UID>" -n "Kickstart"
Refer to the Seed command documentation to learn more.
This stack seed was exported like this from its origin. Follow the steps.
csdx cm:stacks:export --stack-api-key <stack_api_key> --data-dir <path/to/export/destination>