Skip to content

rsanchez/contentful-copy-entry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contentful-copy-entry

Copy Contentful entries (and any linked entries/assets) from one environment to another

Command

npx contentful-copy-entry

Options

  -m, --management-token  Contentful Management API token    [string] [required]
  -s, --space             Space ID                           [string] [required]
  -e, --entry             One or more Entry ID(s)             [array] [required]
  -f, --from              Copy FROM this environment         [string] [required]
  -t, --to                Copy TO this environment           [string] [required]
  -v, --verbose           Verbose logging                              [boolean]
  -h, --help              Show help                                    [boolean]

You may also use the CONTENTFUL_MANAGEMENT_TOKEN and CONTENTFUL_SPACE environment variables to configure the management-token and space options, respectively

About

Copy Contentful entries (and any linked entries/assets) from one environment to another

Resources

License

Stars

Watchers

Forks

Packages

No packages published