Reputation: 31
Encountered a problem trying to run gcutil listinstances --filter="name eq foo"
(for example...)
I get the following error: RuntimeError: CommandError: Unknown argument: "eq", "foo"
This follows the examples found in the official usage tips.
Seems as if 'eq' and 'foo' get parsed as independent arguments for gcutil...
Does this result from a bug in gcutil or the way I use it? Thanks.
Upvotes: 1
Views: 82
Reputation: 1109
Looks like an installation issue. Did you try reinstalling Google Cloud SDK?
Upvotes: 1