# depot pull-token now available (https://depot.dev/changelog/2024-03-18-pull-token-support)

> Published 2024-03-18

In the latest version of the [`depot` CLI](/docs/cli/reference), we've added a new command: `depot pull-token`. This command allows you to generate a short-lived token for pulling container images from the Depot ephemeral registry.

This command comes in handy if you need to pull container images you have built with Depot from systems that utilize `docker pull` underneath the hood. One example of this is specifying a `container` for a GitHub Actions job.

Here is an example of how you can use this command:

```shell
depot pull-token --project your-project-id
```

This will generate a short-lives pull token for the given project ID. You can optionally specify a build ID to generate a pull token for a specific build:

```shell
depot pull-token --project your-project-id buildID
```

## 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.