Command Line Interface (CLI) for the Content Management API (CMA) of https://github.com/varvet/content/. Use it to manage spaces and schemas for an organization.
Install with yarn:
$ yarn global add https://github.com/varvet/content-cliSee available commands:
$ content -hThe program is built on top of commander.js and inquirer.js.
Instructions for how to set up, work with and deploy the project.
See package.json.
$ node ./index.jsRunning against a different server:
$ URL=https://staging.content.varvet.com node ./index.js