frostfs-node/cmd/neofs-cli/modules
Leonard Lyubich 6039cd119c [#362] cli/object: Change query language of search filters
Make `--filters` flag to be repeated. Define new filter expression format:
 * `<key> <binary_op> <value>` for binary filters. Supported binary ops: `EQ` (`STRING_EQUAL`), `NE` (`STRING_NOT_EQUAL`).
 * `<key> <unary_op>` for unary filters. Supported unary ops: `NOPRESENT` (`NOT_PRESENT`).
Any other string expressions are considered invalid.

Additionally support shorthand flag `-f`.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-02-11 14:01:35 +03:00
..
accounting.go [#278] cli: Support request X-Headers 2020-12-24 15:03:02 +03:00
acl.go cli: Add empty neofs-cli app structure 2020-10-02 11:25:35 +03:00
completion.go cli: Add empty neofs-cli app structure 2020-10-02 11:25:35 +03:00
container.go [#317] morph/client: Return complete eACL signature from contract 2021-01-15 16:25:49 +03:00
control.go [#315] cmd/cli: Add set-status command to control section 2021-01-15 17:46:12 +03:00
netmap.go [#168] cmd/cli: Print netmap in JSON format 2021-01-15 16:11:50 +03:00
object.go [#362] cli/object: Change query language of search filters 2021-02-11 14:01:35 +03:00
root.go [#278] cli: Support request X-Headers 2020-12-24 15:03:02 +03:00
storagegroup.go [#371] cli/sg: Make output of saved SG address similar to saved object 2021-02-10 10:58:08 +03:00
util.go [#316] locode/boltdb: Replace all references to the City with Location 2021-02-10 14:05:03 +03:00
version.go [#302] Fix goimports linter errors 2021-01-12 18:47:02 +03:00