DevZero Logo
DevZero

Help Commands

Help commands for the DevZero CLI.

dz

❯ dz -h
Welcome to the DevZero CLI!

This CLI is still under active development. Commands and flags will
change in the future.

Made with <3 in Seattle, WA

Usage:
  dz [command]

Available Commands:
  auth        Authenticate to the DevZero backend
  cli         Control the DevZero CLI.
  cluster     Manage your DevZero Kubernetes clusters
  completion  Generate the autocompletion script for the specified shell
  docs        Open the DevZero documentation in your browser.
  help        Help about any command
  network     Control your connection to your team's DevZero network.
  platform    Show information about the DevZero platform
  recipe      Manage & build DevZero recipes
  storage     Manage storage
  workspace   Manage your DevZero workspaces

Flags:
  -h, --help   help for dz

dz > workspace

❯ dz workspace -h
Operate against and manage your workspaces

Usage:
  dz workspace [command]

Aliases:
  workspace, ws

Available Commands:
  code        Open a workspace in VS Code
  connect     Connect to a workspace
  cursor      Open a workspace in Cursor (cursor.sh)
  destroy     Destroy a workspace
  details     Show details about a workspace
  launch      Launch a new workspace from a recipe
  list        List your workspaces, optionally filtering the output by workspace ID / name

Flags:
  -h, --help   help for workspace

dz > network

❯ dz network -h
Control your connection to your team's DevZero network.

Usage:
  dz network [command]

Aliases:
  network, wireguard, wg, net

Available Commands:
  connect     Connect to your team's DevZero network.
  disconnect  Disconnect from your team's mesh network
  ping        Ping a peer on your team's network.
  speedtest   Run speedtest against a peer on your team's network.
  status      Show the status of your team's DevZero network

Flags:
  -h, --help   help for network

On this page