0.0.1 • Published 3 years ago

@lunarbase/cli v0.0.1

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

cli

Official Lunarbase CLI

Version Downloads/week License

Usage

$ npm install -g @lunarbase/cli
$ lunar COMMAND
running command...
$ lunar (-v|--version|version)
@lunarbase/cli/0.0.1 linux-arm64 node-v16.8.0
$ lunar --help [COMMAND]
USAGE
  $ lunar COMMAND
...

Commands

lunar deploy [CONTEXT]

Deploy a folder to Lunarbase

USAGE
  $ lunar deploy [CONTEXT]

OPTIONS
  -f, --file=file  Name of the Dockerfile (Default is 'WORKDIR/Dockerfile')
  -h, --help       show CLI help

EXAMPLE
  $ lunar deploy -f Dockerfile.example ./context

See code: src/commands/deploy.ts

lunar help [COMMAND]

display help for lunar

USAGE
  $ lunar help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

lunar init

Initialize a project for Lunarbase

USAGE
  $ lunar init

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ lunar init

See code: src/commands/init.ts