add instance_activity/instance_peers command
This commit is contained in:
parent
84ffd85539
commit
0022a53649
3 changed files with 55 additions and 0 deletions
|
@ -245,6 +245,16 @@ func makeApp() *cli.App {
|
|||
Usage: "show instance information",
|
||||
Action: cmdInstance,
|
||||
},
|
||||
{
|
||||
Name: "instance_activity",
|
||||
Usage: "show instance activity information",
|
||||
Action: cmdInstanceActivity,
|
||||
},
|
||||
{
|
||||
Name: "instance_peers",
|
||||
Usage: "show instance peers information",
|
||||
Action: cmdInstancePeers,
|
||||
},
|
||||
{
|
||||
Name: "account",
|
||||
Usage: "show account information",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue