feat: port top-level org commands from influxdb. (#96)

This commit is contained in:
Daniel Moran
2021-05-17 15:43:02 -04:00
committed by GitHub
parent b1851eb819
commit 8ab34d59e6
6 changed files with 590 additions and 1 deletions

View File

@ -40,6 +40,7 @@ var app = cli.App{
newBucketSchemaCmd(),
newQueryCmd(),
newConfigCmd(),
newOrgCmd(),
},
}