CLI Quick Start
Note: The DEPLOY CLI has not yet reached version 1.0, some commands will change and new commands will be added before 1.0
The DEPLOY CLI allows you to fetch information about your DEPLOY nodes, create new nodes, and delete existing nodes all from you command line.
To install the early-access edition of the DEPLOY CLI:
- Install nodejs version 11 or later.
- Install the DEPLOY CLI globally using npm:
npm install -g @radar/deploy-cli
- Log in to your DEPLOY account with
deploy login
- Create a new DEPLOY node using
deploy node:create
and following the prompts. - List your DEPLOY nodes using
deploy node:ls
- Delete DEPLOY nodes using
deploy node:delete
- Find help with commands using
deploy help
ordeploy help <command>
GIF Examples
Installation

Create, List, and Delete
