@@ -834,7 +834,7 @@ After this process is complete, the PublisherServer object in the Compute applic
834834
835835- `--fastly-api-token`: API token to use when publishing. If not set, the tool will check:
836836 - **`FASTLY_API_TOKEN` environment variable**
837- - Logged- in Fastly CLI profile
837+ - The default profile in the Fastly CLI
838838
839839#### `clean`
840840
@@ -858,7 +858,7 @@ This can include expired collection indexes and orphaned content assets.
858858
859859- `--fastly-api-token`: API token to use when publishing. If not set, the tool will check:
860860 - **`FASTLY_API_TOKEN` environment variable**
861- - Logged- in Fastly CLI profile
861+ - The default profile in the Fastly CLI
862862
863863#### `collections list`
864864
@@ -875,7 +875,7 @@ Lists all collections currently published in the KV Store.
875875
876876- `--fastly-api-token`: API token to use when publishing. If not set, the tool will check:
877877 - **`FASTLY_API_TOKEN` environment variable**
878- - Logged- in Fastly CLI profile
878+ - The default profile in the Fastly CLI
879879
880880#### `collections promote`
881881
@@ -906,7 +906,7 @@ Copies an existing collection (content + config) to a new collection name.
906906
907907- `--fastly-api-token`: API token to use when publishing. If not set, the tool will check:
908908 - **`FASTLY_API_TOKEN` environment variable**
909- - Logged- in Fastly CLI profile
909+ - The default profile in the Fastly CLI
910910
911911#### `collections update-expiration`
912912
@@ -934,7 +934,7 @@ Sets or updates the expiration time of an existing collection.
934934
935935- `--fastly-api-token`: API token to use when publishing. If not set, the tool will check:
936936 - **`FASTLY_API_TOKEN` environment variable**
937- - Logged- in Fastly CLI profile
937+ - The default profile in the Fastly CLI
938938
939939#### `collections delete`
940940
@@ -957,7 +957,7 @@ Use the `npx @fastly/compute-js-static-publish clean` command afterward to remov
957957
958958- `--fastly-api-token`: API token to use when publishing. If not set, the tool will check:
959959 - **`FASTLY_API_TOKEN` environment variable**
960- - Logged- in Fastly CLI profile
960+ - The default profile in the Fastly CLI
961961
962962---
963963
0 commit comments