-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add `searchv2` command to the `object` section. Closes #3119. Signed-off-by: Leonard Lyubich <[email protected]>
- Loading branch information
1 parent
eb90734
commit 5028fcf
Showing
5 changed files
with
166 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
## neofs-cli object searchv2 | ||
|
||
Search object (new) | ||
|
||
### Synopsis | ||
|
||
Search object (new) | ||
|
||
``` | ||
neofs-cli object searchv2 [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--address string Address of wallet account | ||
--attributes strings Additional attributes to display for suitable objects | ||
--bearer string File with signed JSON or binary encoded bearer token | ||
--cid string Container ID. | ||
--count uint16 Max number of resulting items. Must not exceed 1000 | ||
--cursor string Cursor to continue previous search | ||
-f, --filters strings Repeated filter expressions or files with protobuf JSON | ||
-g, --generate-key Generate new private key | ||
-h, --help help for searchv2 | ||
--oid string Search object by identifier | ||
--phy Search physically stored objects | ||
--root Search for user objects | ||
-r, --rpc-endpoint string Remote node address (as 'multiaddr' or '<host>:<port>') | ||
--session string Filepath to a JSON- or binary-encoded token of the object SEARCH session | ||
-t, --timeout duration Timeout for the operation (default 15s) | ||
--ttl uint32 TTL value in request meta header (default 2) | ||
-w, --wallet string Path to the wallet | ||
-x, --xhdr strings Request X-Headers in form of Key=Value | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-c, --config string Config file (default is $HOME/.config/neofs-cli/config.yaml) | ||
-v, --verbose Verbose output | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [neofs-cli object](neofs-cli_object.md) - Operations with Objects | ||
|