Skip to content

contentstack/kickstart-stack-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation Guides Stack Seed Content

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:

Install the CLI

npm install -g @contentstack/cli

Set your region

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

Authenticate

Next, log in to your Contentstack account via CLI:

csdx auth:login

Seed your stack

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.

Additional info

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>