⚡️ Announcing Depot Metal
← Back to changelog

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.