Shai Ghelberg
Shai Ghelberg

Reputation: 31

gcutil --filter arguments error

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

Answers (1)

Itamar
Itamar

Reputation: 1109

Looks like an installation issue. Did you try reinstalling Google Cloud SDK?

Upvotes: 1

Related Questions