upbound / up

The @upbound CLI
Apache License 2.0
49 stars 42 forks source link

`up ctx -f <file>` does not output to file #562

Closed RedbackThomson closed 3 weeks ago

RedbackThomson commented 3 weeks ago

What happened?

When running up ctx -f <file>, the user would expect up to create the file and then populate it with the kubeconfig. Although the command succeeds, up doesn't create any file nor does it throw any error. Creating <file> and then running the command also has no effect.

How can we reproduce it?

Run up ctx -f file.yaml in an empty directory. Then run ls -a to validate that there are no new files.

What environment did it happen in?