Skip to main content

org

Manage the active organization — the workspace your projects, devices, and billing belong to. The CLI remembers it so the deploy commands don't need it every time. driverforge org on its own does nothing; run one of its subcommands.

Preview

The driverforge CLI is in preview. Commands and flags documented here may change before the stable release. Follow along or share feedback on our roadmap.

Usage

driverforge org <subcommand>

Prerequisites

Subcommands

driverforge org list

List the organizations you can access; * marks the active one.

driverforge org list

driverforge org select [name|slug|id]

Switch the active organization. Matches a slug, id, or exact name — or shows a picker when given no argument.

driverforge org select acme

driverforge org show

Print the active organization.

driverforge org show

See Organizations & devices for how the active org and device fit together.

Global flags

Every driverforge command also accepts these global flags: --verbose/-v, --project-dir, --no-tui, --no-update-check, and --help/-h. See the overview for details.