0.0.1 • Published 3 years ago

@deploifai/cli v0.0.1

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

cli

CLI tool for Deploifai

oclif Version Codecov Downloads/week License

Usage

$ npm install -g @deploifai/cli
$ deploifai COMMAND
running command...
$ deploifai (-v|--version|version)
@deploifai/cli/0.0.1 darwin-x64 node-v15.0.1
$ deploifai --help [COMMAND]
USAGE
  $ deploifai COMMAND
...

Commands

deploifai help [COMMAND]

display help for deploifai

USAGE
  $ deploifai help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

deploifai init [PROJECT_NAME]

Create a new project that can be deployed on Deploifai

USAGE
  $ deploifai init [PROJECT_NAME]

ARGUMENTS
  PROJECT_NAME  [default: deploifai_app] Name of the project folder

OPTIONS
  -h, --help  show CLI help

EXAMPLES
  $ deploifai init
  $ deploifai init project-name

See code: src/commands/init.ts