I want to store my tool configuration in a Git repo. Currently in order to deploy any changes in that configuration, I need to clone that repository on a bastion and deploy the changes from a local file.
But if components-cli could read the config from stdin, I could do something like this instead:
$ curl "https://gitlab.wikimedia.org/repos/ci-tools/libtell/-/raw/main/toolforge.yaml?ref_type=heads" | toolforge components config create -
That would save me from having to get the config file cloned locally first.