View and edit project details from the Depot CLI
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 jsondepot projects update <project-id> --name "name" --cache-storage-policy 75Both commands accept --output json for scripting. See the CLI reference for depot projects get and depot projects update.