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
Describe the bug
Listing variables that results in an error, also displays the Usage text unnecessarily. This occurs for me when an environment does not have any variables as yet.
To Reproduce
Steps to reproduce the behavior:
Run lagoon list variables -p yourenv for an environment having no existing variables.
See error
Expected behavior
The error is correct; The display of command usage is unnecessary/potentially confusing.
Screenshots
$ lagoon list variables -p example-com
Error: There are no variables for project 'example-com'
Usage:
lagoon list variables [flags]
Aliases:
variables, v
...
Desktop (please complete the following information):
OS: Linux
The text was updated successfully, but these errors were encountered:
Describe the bug
Listing variables that results in an error, also displays the
Usage
text unnecessarily. This occurs for me when an environment does not have any variables as yet.To Reproduce
Steps to reproduce the behavior:
lagoon list variables -p yourenv
for an environment having no existing variables.Expected behavior
The error is correct; The display of command usage is unnecessary/potentially confusing.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: