0.1.0 • Published 2 years ago

@formeneuf/cli v0.1.0

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

FormeNeuf CLI

Official CLI for creating and managing projects on FormeNeuf platform.

Installation

npm install --global @formeneuf/cli

Usage

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

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

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