docs
docs copied to clipboard
Issue with the "Autoscale Machines" doc
I found an issue with this document.
Title: Autoscale Machines Location: https://fly.io/docs/blueprints/autoscale-machines/ Source: https://github.com/superfly/docs/blob/main/blueprints/autoscale-machines.html.md
Describe the issue
This is incorrect:
fly tokens create readonly -o my-org
There is no flag -o. To create a readonly token for a specific organization, use fly tokens create readonly, and a selector will show up to specify the organization.