Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content/automation/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ full list of namespaces and their actions.
| `registry` | — | `list`, `get`, `tags`, `manifests`, `storage`, `delete`, `deletemanifest`, `untag`, `metrics` |
| `envgroup` | `eg` | `create`, `get`, `list`, `update`, `delete` |
| `auditlog` | — | `list` |
| `dropbox` | — | `list`, `metrics` |
| `dropbox` | — | `list`, `metrics`, `upload` |
| `github` | — | `link`, `unlink`, `update`, `list` |

The internal `Deployer` and `Collector` APIs are machine-to-machine and not
Expand Down Expand Up @@ -127,6 +127,9 @@ deploys auditlog list --project acme --limit 20
# purge a cached file from a custom domain's edge
deploys domain purgecache --project acme \
--domain www.acme.com --file /assets/app.js

# upload a file to dropbox and get a short-lived public download URL
deploys dropbox upload --project acme --file site.tar.gz --ttl 7
```

`deployment deploy` carries the full deployment config in flags — beyond the
Expand Down