forked from TrueCloudLab/frostfs-node
[#1389] cli: Make ape-manager list performed with generated wallet
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
parent
44913898ef
commit
12955be08b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ var listCmd = &cobra.Command{
|
|||
func list(cmd *cobra.Command, _ []string) {
|
||||
target := parseTarget(cmd)
|
||||
|
||||
key := key.Get(cmd)
|
||||
key := key.GetOrGenerate(cmd)
|
||||
cli := internalclient.GetSDKClientByFlag(cmd, key, commonflags.RPC)
|
||||
|
||||
resp, err := cli.APEManagerListChains(cmd.Context(),
|
||||
|
|
Loading…
Add table
Reference in a new issue