You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 --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 runshuttle --help
shuttle suddenly displays theget
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?
The text was updated successfully, but these errors were encountered: