feat: stub out remote
and replication
commands and subcommands (#254)
* feat: stubbed out remote and replication commands and subcommands * refactor: renamed remote.go file to match command * refactor: combined replication metrics and replication list subcommands into list only * refactor: removed extra appends to pass lint check
This commit is contained in:
@ -54,6 +54,8 @@ var app = cli.App{
|
||||
newApplyCmd(),
|
||||
newStacksCmd(),
|
||||
newTemplateCmd(),
|
||||
newRemoteCmd(),
|
||||
newReplicationCmd(),
|
||||
},
|
||||
Before: withContext(),
|
||||
}
|
||||
|
Reference in New Issue
Block a user