adm: Add command morph ape list-targets
#1033
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#1033
Loading…
Reference in a new issue
No description provided.
Delete branch "acid-ant/frostfs-node:feature/1030-list-targets"
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 #1030
Example output:
Signed-off-by: Anton Nikiforov an.nikiforov@yadro.com
adm: Add commandto WIP: adm: Add commandmorph ape list-targets
morph ape list-targets
d7478f5204
to26de193c80
26de193c80
to1f7a2e1f27
1f7a2e1f27
toa421b7620d
WIP: adm: Add commandto adm: Add commandmorph ape list-targets
morph ape list-targets
a421b7620d
tofa121bf730
@ -218,0 +244,4 @@
for _, item := range items {
bts, err := item.TryBytes()
commonCmd.ExitOnErr(cmd, "list targets error: %w", err)
cmd.Println(string(bts))
Could you, please, process
""
and print it like(empty)
or something like that?Thanks, fixed.
fa121bf730
tofc5b10f34d
fc5b10f34d
to7278201753
Thanks!