frostfs-node/cmd/frostfs-cli/modules/tree
Aleksey Savchuk b9284604d9 [#1442] cli/tree: Allow to specify rpc-endpoint with config file
We have several ways to specify the `rpc-endpoint`: with a flag,
with a single config file or multiple files. Before, the `rpc-endpoint`
flag was marked as required. Because `cobra` checked the required flag
presence first, it prevented specifying `rpc-endpoint` with a config file.

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-10-23 13:05:17 +00:00
..
add.go [#1442] cli/tree: Allow to specify rpc-endpoint with config file 2024-10-23 13:05:17 +00:00
add_by_path.go [#1442] cli/tree: Allow to specify rpc-endpoint with config file 2024-10-23 13:05:17 +00:00
client.go [#1441] cli: Use grpc.WaitForReady while initializing SDK client 2024-10-23 11:45:44 +00:00
get_by_path.go [#1442] cli/tree: Allow to specify rpc-endpoint with config file 2024-10-23 13:05:17 +00:00
get_op_log.go [#1442] cli/tree: Allow to specify rpc-endpoint with config file 2024-10-23 13:05:17 +00:00
healthcheck.go [#1442] cli/tree: Allow to specify rpc-endpoint with config file 2024-10-23 13:05:17 +00:00
list.go [#1442] cli/tree: Allow to specify rpc-endpoint with config file 2024-10-23 13:05:17 +00:00
move.go [#1442] cli/tree: Allow to specify rpc-endpoint with config file 2024-10-23 13:05:17 +00:00
remove.go [#1442] cli/tree: Allow to specify rpc-endpoint with config file 2024-10-23 13:05:17 +00:00
root.go [#1331] cli/tree: Add order flag to tree get-subtree 2024-09-11 11:30:28 +00:00
subtree.go [#1442] cli/tree: Allow to specify rpc-endpoint with config file 2024-10-23 13:05:17 +00:00