Set the active project

View as Markdown
Last updated September 8, 2026

studio:project:set connects the CLI to a Studio project. Every other studio:* command runs against whatever project is active, so this is part of the one-time setup. Run it once per project you work on.

Usage

csdx studio:project:set                              # interactive picker
csdx studio:project:set --project-id=proj_abc123     # set directly

Without a flag, the CLI lists the projects your account can access and lets you pick. Find a project's ID in Studio: open your project, then Settings, then General.

Flags

FlagAliasDescription
--project-id-iProject ID to set as the active project

See also