Skip to main content

Commands Cheatsheet

CLI commands

Before running any CLI commands, make sure that you install the CLI.

configure

Run harbor configure keys to set up your credentials for usage with the CLI commands.


apply

Run harbor apply testnet-name to spin up a testnet. This command will work when it is run in a directory that already contains a valid harbor.config.json


describe

Run harbor describe testnet --name testnet_name to give you Testnet information on the running actors and its endpoints. You can also output the Testnet information in a JSON format by adding an extra output flag followed by the json value:
harbor describe testnet --name testnet-name --output json


list

Run harbor list testnet to return a list of Testnets in a project you configured via the project-key.


More commands