View and edit project details from the Depot CLI

30 JUL, 2026

The Depot CLI now includes depot projects get and depot projects update. The commands provide access to project details and settings that were previously available only through the SDK, so now agents and scripts can inspect and configure a project entirely from the CLI.

depot projects get <project-id> --output json
depot projects update <project-id> --name "name" --cache-storage-policy 75

Both commands accept --output json for scripting. See the CLI reference for depot projects get and depot projects update.

Start building with Depot
in minutes