I tried to run shuttle get service (version v0.23.0) but got an error that the command was not known to shuttle. When i ran shuttle --help it wasn't showing up. I looked at the ./cmd/get_test.go file and there it test for this command. I checked the pipeline and the test succeeds.
I then created a samle shuttle.yaml file and ran the command again, and then it worked. When i run shuttle --help shuttle suddenly displays the get command.
Simple test :

Here's the diff on the --help output depending on shuttle finds a shuttle.yaml file or not. Based on the output below, get is not the only feature that goes missing depending whether there's a shuttle file or not.

Is this by design, and error, is shuttle bending the fabric of spacetime or is this some kind of metamorphic feature?
I tried to run
shuttle get service(version v0.23.0) but got an error that the command was not known to shuttle. When i ranshuttle --helpit wasn't showing up. I looked at the ./cmd/get_test.go file and there it test for this command. I checked the pipeline and the test succeeds.I then created a samle
shuttle.yamlfile and ran the command again, and then it worked. When i runshuttle --helpshuttle suddenly displays thegetcommand.Simple test :

Here's the diff on the --help output depending on shuttle finds a

shuttle.yamlfile or not. Based on the output below,getis not the only feature that goes missing depending whether there's a shuttle file or not.Is this by design, and error, is shuttle bending the fabric of spacetime or is this some kind of metamorphic feature?