When I run fly tokens create readonly
interactively, it queries me for the organization but there are no command-line options (-o
) by which I could specify that in a script. Am I missing something like an env variable to take care of this?
Haha, turns out, it is the undocumented argument to the command. The documentation should be:
Usage:
fly tokens create readonly [flags] <organization-slug>
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.