feat: port stacks command from influxdb (#168)

This commit is contained in:
Daniel Moran
2021-06-30 17:21:50 -04:00
committed by GitHub
parent 8126bd8397
commit 40fc1845e9
8 changed files with 770 additions and 74 deletions

View File

@ -51,6 +51,7 @@ var app = cli.App{
newV1SubCommand(),
newAuthCommand(),
newApplyCmd(),
newStacksCmd(),
},
Before: withContext(),
}