0.9.0 • Published 4 years ago

@radar/deploy-cli v0.9.0

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

deploy-cli

A CLI tool for interacting with your RADAR DEPLOY resources

oclif Version CircleCI Downloads/week License

Quickstart

git clone git@github.com:RadarTech/deploy-sdk.git
cd deploy-sdk
yarn install && yarn link
cd .. # back it up
git clone git@github.com:RadarTech/deploy-cli.git
cd deploy-cli
yarn install && yarn link "@radar/deploy-sdk"
./bin/run login

Usage

$ npm install -g @radar/deploy-cli
$ deploy COMMAND
running command...
$ deploy (-v|--version|version)
@radar/deploy-cli/0.9.0 linux-x64 node-v10.22.0
$ deploy --help [COMMAND]
USAGE
  $ deploy COMMAND
...

Commands

deploy context:set KEY [VALUE]

set a config value for the current context

USAGE
  $ deploy context:set KEY [VALUE]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/context/set.ts

deploy context:show

display the settings of the current context

USAGE
  $ deploy context:show

See code: src/commands/context/show.ts

deploy context:use CONTEXTNAME

select an existing context or create a new context

USAGE
  $ deploy context:use CONTEXTNAME

OPTIONS
  -c, --create

See code: src/commands/context/use.ts

deploy help [COMMAND]

display help for deploy

USAGE
  $ deploy help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

deploy login

log in to your DEPLOY account

USAGE
  $ deploy login

OPTIONS
  -h, --help               show CLI help
  -p, --password=password  DEPLOY password
  -u, --username=username  DEPLOY username

See code: src/commands/login.ts

deploy node:create

create a DEPLOY node

USAGE
  $ deploy node:create

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

See code: src/commands/node/create.ts

deploy node:delete [ID]

delete a DEPLOY node

USAGE
  $ deploy node:delete [ID]

ARGUMENTS
  ID  the DEPLOY node ID to delete (optional)

OPTIONS
  -f, --force  force delete and do not prompt for confirmation

See code: src/commands/node/delete.ts

deploy node:ls

list your DEPLOY resources

USAGE
  $ deploy node:ls

See code: src/commands/node/ls.ts

deploy node:ssh [ID]

fetch the SSH credentials for a node

USAGE
  $ deploy node:ssh [ID]

ARGUMENTS
  ID  the DEPLOY node ID to fetch information for (optional)

OPTIONS
  -c, --command  return an SSH command rather than a table

See code: src/commands/node/ssh.ts

deploy whoami

describe the logged in user

USAGE
  $ deploy whoami

See code: src/commands/whoami.ts

0.9.0

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.5

4 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.3-6

4 years ago

0.4.3-4

4 years ago

0.4.3-2

4 years ago

0.4.2

4 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago