# View and edit project details from the Depot CLI (https://depot.dev/changelog/2026-07-30-projects-get-update)

> Published 2026-07-30

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.

```bash
depot projects get <project-id> --output json
```

```bash
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`](/docs/cli/reference/container-builds#depot-projects-get) and [`depot projects update`](/docs/cli/reference/container-builds#depot-projects-update).

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.