Skip to content

Commit e8fe02a

Browse files
kylegalbraithgithub-actions[bot]
authored andcommitted
Update docs content from https://github.com/depot/app
1 parent d8b68a7 commit e8fe02a

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

content/cache/authentication.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ ogTitle: Authentication for Depot remote caching
44
description: Learn how to authenticate with Depot remote caching
55
---
66

7-
Depot Cache supports authenticating with user tokens and organization tokens. Additionally, [Depot-managed GitHub Actions runners](/docs/github-actions/overview) are pre-configured with single-use job tokens.
7+
Depot Cache supports authenticating with **user** tokens and **organization** tokens. Additionally, [Depot-managed GitHub Actions runners](/docs/github-actions/overview) are pre-configured with single-use job tokens.
8+
9+
Project tokens are **not** supported for Depot cache.
810

911
## Token types
1012

content/cli/reference.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,36 @@ Additional flags that can be used with this command.
505505
| `token` | Depot token |
506506
{/* <!-- prettier-ignore-end --> */}
507507

508+
### `depot projects delete`
509+
510+
Delete a project from your Depot organization. This permanently removes the project and all associated build data.
511+
512+
**Note: Only organization admins can delete projects.**
513+
514+
**Example**
515+
516+
```shell
517+
depot projects delete
518+
```
519+
520+
You can also use the `--project-id` flag to specify the project ID:
521+
522+
```shell
523+
depot projects delete --project-id <project-id>
524+
```
525+
526+
#### Flags for `delete`
527+
528+
Additional flags that can be used with this command.
529+
530+
{/* <!-- prettier-ignore-start --> */}
531+
| Name | Description |
532+
| ---- | ----------- |
533+
| `project-id` | Depot project ID |
534+
| `yes` | Confirm deletion, skip the confirmation prompt |
535+
| `token` | Depot token |
536+
{/* <!-- prettier-ignore-end --> */}
537+
508538
### `depot projects list`
509539

510540
Display an interactive listing of current Depot projects. Selecting a specific project will display the latest builds.

0 commit comments

Comments
 (0)