# SHAPE9 CLI
Official CLI for creating and managing projects on SHAPE9 platform.

## Installation
```shell
npm install --global @shape9/cli
```

## Usage
```shell
$ 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

```
