feat: port org members commands from influxdb (#97)

This commit is contained in:
Daniel Moran
2021-05-19 11:02:59 -04:00
committed by GitHub
parent 8ab34d59e6
commit d8ef442b64
11 changed files with 1620 additions and 0 deletions

View File

@ -16,6 +16,7 @@ func newOrgCmd() *cli.Command {
newOrgCreateCmd(),
newOrgDeleteCmd(),
newOrgListCmd(),
newOrgMembersCmd(),
newOrgUpdateCmd(),
},
}