The deploy command is fly deploy for using the fly.toml from the current directory or fly deploy -c path/to/toml to specify the path of the config.
But is there a way to pass the config file in stdin ?
I tried cat conf.toml | fly deploy -c - but it is not working.
ok, if it’s not possible at the moment, because the point of my question is to avoid creating a file.
The scenario would be: A third party program would spawn the flyctl deploy command with a dynamic fly.toml.
So not writing a file but passing it in stdin would be nice.