A toolbox of non-trivial Contentful interactions
Contentful Commander is a golang command line utility that simplifies development and maintenance of Contentful spaces.
Build your own binary or, if you trust us install it using Homebrew:
brew install foomo/tap/contentfulcommander
You need to be logged in to Contentful to use contentfulcommander:
- Install the Contentful CLI, see https://www.contentful.com/developers/docs/tutorials/cli/installation/
- Log in to Contentful from a terminal with:
$ contenful login
- Test it
$ contentfulcommander version
v0.1.0
To get the list of available commands run
$ contentfulcommander help
and to get help for each specific command run
$ contentfulcommander help <command>
Currently supported commands are:
- chid - Change the Sys.ID of an entry. This creates a copy of the existing entry, respecting the publishing status. The old entry is archived
- modeldiff - Compare two content models across spaces and environments.
Make a pull request...
Distributed under MIT License, please see license file within the code for more details.