Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 812 Bytes

File metadata and controls

39 lines (24 loc) · 812 Bytes

Content CLI

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-cli

See available commands:

$ content -h

Architecture

The program is built on top of commander.js and inquirer.js.

Development

Instructions for how to set up, work with and deploy the project.

Dependencies

See package.json.

Running the program

$ node ./index.js

Running against a different server:

$ URL=https://staging.content.varvet.com node ./index.js