0.1.0-alpha.2 • Published 3 years ago

@shape9/cli v0.1.0-alpha.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

SHAPE9 CLI

Official CLI for creating and managing projects on SHAPE9 platform.

Installation

npm install --global @shape9/cli

Usage

$ shape9 help               
Usage: shape9 [options] [command]

Options:
  -V, --version                          output the version number
  -h, --help                             display help for command

Commands:
  initialize [options]                   initialize the state of the SHAPE9 program (admin-only)
  create [options] <project_id> <title>  create an SHAPE9 project (admin-only)
  update [options] <project_id>          update metadata for an SHAPE9 project (admin or lead_artist only)
  show [options] <project_id>            show information about an SHAPE9 project (permission-less)
  dev                                    start a development HTTP server
  help [command]                         display help for command