0.0.8 • Published 2 years ago

armadillo-cli v0.0.8

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

Armadillo CLI

Create an API for anything using Armadillo.

Usage

$ npm install -g armadillo-cli
$ armadillo COMMAND
running command...
$ armadillo (--version)
armadillo-cli/0.0.8 darwin-x64 node-v17.9.0
$ armadillo --help [COMMAND]
USAGE
  $ armadillo COMMAND
...

Commands

armadillo endpoints new

Create a new API endpoint

USAGE
  $ armadillo endpoints new

DESCRIPTION
  Create a new API endpoint

EXAMPLES
  $ armadillo endpoints new

armadillo endpoints open [ENDPOINTNAME]

Opens API Endpoint in UI

USAGE
  $ armadillo endpoints open [ENDPOINTNAME]

DESCRIPTION
  Opens API Endpoint in UI

EXAMPLES
  $ armadillo endpoints open

armadillo endpoints update [ENDPOINTNAME]

Update an endpoint

USAGE
  $ armadillo endpoints update [ENDPOINTNAME]

DESCRIPTION
  Update an endpoint

EXAMPLES
  $ armadillo endpoints update

armadillo help [COMMAND]

Display help for armadillo.

USAGE
  $ armadillo help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for armadillo.

See code: @oclif/plugin-help

armadillo init

Initialize Armadillo into a Repository

USAGE
  $ armadillo init

DESCRIPTION
  Initialize Armadillo into a Repository

EXAMPLES
  $ armadillo init

See code: dist/commands/init.ts