Skip to content

Commit 6911f4d

Browse files
committed
fix: add org to token readonly create command
1 parent 7548bfc commit 6911f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launch/autoscale-by-metric.html.markerb

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ fly secrets set -a my-autoscaler --stage FAS_API_TOKEN="FlyV1 ..."
4444
The next auth token you'll need is one that has permissions to read from your organization's Prometheus data on Fly:
4545

4646
```cmd
47-
fly tokens create readonly
47+
fly tokens create readonly my-org
4848
```
4949

50-
You'll be prompted to choose which org you want to create it for. Afterwards, copy the token and use it as a secret on your autoscaler app:
50+
Copy the token and use it as a secret on your autoscaler app:
5151

5252
```cmd
5353
fly secrets set -a my-autoscaler --stage FAS_PROMETHEUS_TOKEN="FlyV1 ..."

0 commit comments

Comments
 (0)