Hi,
I’d like to request that the .flyrc file that flyctl
interacts with support defining deploy tokens. As they work today, using an environment variable means that some build systems will print the plaintext token out to the build output via stdout. For example:
<truncated>
+ FLY_API_TOKEN='FlyV1 fm1r_...'
+ flyctl deploy --remote-only
<truncated>
If flyctl
read the deploy token from a file that was injected into the build environment at ~/.flyrc, then it wouldn’t expose the token secret to the logging.