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
go run main.go -A preprod api vm ls
unknown shorthand flag: 'A' in -A
exit status 1
and with long flag version
go run main.go --account preprod api vm ls
API error ParamError 431 (InvalidParameterValueException 4350): could not find account preprod in domain XXXX-xXXXXX-XXXX-XXXXX
exit status 1
but without api it's working good
go run main.go --account preprod vm ls
...
....
The text was updated successfully, but these errors were encountered:
first:
unknown flag
and with long flag version
but without api it's working good
The text was updated successfully, but these errors were encountered: