cli/tree: Allow to specify rpc-endpoint
with config file #1446
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1446
Loading…
Reference in a new issue
No description provided.
Delete branch "a-savchuk/frostfs-node:cli-tree-rpc-endpoint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Close #1442
We have several ways to specify the
rpc-endpoint
: with a flag, with a single config file or multiple files. Before, therpc-endpoint
flag was marked as required. Becausecobra
checked the required flag presence first, it prevented specifyingrpc-endpoint
with a config file.Before:
After:
rpc-endpoint
from a config filerpc-endpoint
isn't defined, says thatrpc-endpoint
with config file 6f92a3dab3rpc-endpoint
isn't definedcli/tree: Allow to specifyto WIP: cli/tree: Allow to specifyrpc-endpoint
with config filerpc-endpoint
with config file839360df52
to0068c6fb1d
WIP: cli/tree: Allow to specifyto cli/tree: Allow to specifyrpc-endpoint
with config filerpc-endpoint
with config file0068c6fb1d
to29708b78d7
New commits pushed, approval review dismissed automatically according to repository settings