From 4036e5f71649a42e65fffdc9686ed79c6bb042df Mon Sep 17 00:00:00 2001 From: Thanatat Tamtan Date: Tue, 16 Jun 2026 15:50:13 +0700 Subject: [PATCH] docs(cli): document `dropbox upload` The deploys CLI now exposes `dropbox upload` (deploys-app/deploys#18). Add it to the command table and the one-liners. Co-Authored-By: Claude Opus 4.8 (1M context) --- content/automation/cli.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/automation/cli.md b/content/automation/cli.md index f1164d6..da2ee59 100644 --- a/content/automation/cli.md +++ b/content/automation/cli.md @@ -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 @@ -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