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:
  clion         Open a workspace with CLion
  code          Open a workspace with VS Code
  cursor        Open a workspace with Cursor (cursor.sh)
  destroy       Destroy a workspace
  details       Show details about a workspace
  goland        Open a workspace with GoLand
  hibernate     Hibernate a workspace
  intellij-idea Open a workspace with IntelliJ IDEA
  launch        Launch a new workspace from a recipe
  list          List your workspaces, optionally filtering the output by workspace ID / name
  phpstorm      Open a workspace with PhpStorm
  pycharm       Open a workspace with PyCharm
  rider         Open a workspace with Rider
  rubymine      Open a workspace with RubyMine
  ssh           SSH into a workspace
  wake          Wake a workspace
  webstorm      Open a workspace with WebStorm
  windsurf      Open a workspace with Windsurf (windsurf.com)

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