Skip to content

Commit 6c43cbc

Browse files
committed
List Fastly API key under "optional" rather than "required" in help text
1 parent d3d435c commit 6c43cbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/cli/commands/manage/publish-content.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ Optional:
5757
--root-dir=<dir> Directory to publish from. Overrides the config file setting.
5858
Default: rootDir from publish-content.config.js
5959
60+
--fastly-api-token=<token> Fastly API token for KV Store or cache access.
61+
If not set, the tool will check:
62+
1. FASTLY_API_TOKEN environment variable
63+
2. Logged-in Fastly CLI profile
64+
6065
--overwrite-existing Always overwrite existing entries in storage, even if unchanged.
6166
6267
Expiration:
@@ -76,11 +81,6 @@ KV Store Options:
7681
local files that will be used to simulate the KV Store
7782
with the local development environment.
7883
79-
--fastly-api-token=<token> Fastly API token for KV Store access.
80-
If not set, the tool will check:
81-
1. FASTLY_API_TOKEN environment variable
82-
2. Logged-in Fastly CLI profile
83-
8484
--kv-overwrite Alias for --overwrite-existing.
8585
8686
S3 Storage Options (BETA):

0 commit comments

Comments
 (0)