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.