@nullserve/cli

Command line tool to interact with the NullServe API

Usage no npm install needed!

<script type="module">
  import nullserveCli from 'https://cdn.skypack.dev/@nullserve/cli';
</script>

README

nullserve-cli

Command line tool to interact with the NullServe API

oclif Version Downloads/week License

Usage

$ npm install -g @nullserve/cli
$ nullserve COMMAND
running command...
$ nullserve (-v|--version|version)
@nullserve/cli/0.0.5 darwin-x64 node-v13.11.0
$ nullserve --help [COMMAND]
USAGE
  $ nullserve COMMAND
...

Commands

nullserve deploy DIRECTORY

deploy to nullserve

USAGE
  $ nullserve deploy DIRECTORY

OPTIONS
  -a, --token=token            the api token used to deploy
  -d, --deployment=deployment  the deployment id to use (skips deployment creation)
  -h, --help                   show CLI help
  -s, --site-slug=site-slug    (required) the site that is being deployed to

EXAMPLE
  $ nullserve deploy

See code: src/commands/deploy.ts

nullserve help [COMMAND]

display help for nullserve

USAGE
  $ nullserve help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

nullserve init

initialize a nullserve project

USAGE
  $ nullserve init

OPTIONS
  -a, --token=token          the api token used to deploy
  -h, --help                 show CLI help
  -s, --site-slug=site-slug  the site that is being deployed to

EXAMPLE
  $ nullserve init

See code: src/commands/init.ts

nullserve login [FILE]

describe the command here

USAGE
  $ nullserve login [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/login.ts