github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_auth_modify-admins.md (about) 1 ## pachctl auth modify-admins 2 3 Modify the current cluster admins 4 5 ### Synopsis 6 7 Modify the current cluster admins. --add accepts a comma-separated list of users to grant admin status, and --remove accepts a comma-separated list of users to revoke admin status 8 9 ``` 10 pachctl auth modify-admins [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --add strings Comma-separated list of users to grant admin status 17 -h, --help help for modify-admins 18 --remove strings Comma-separated list of users revoke admin status 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --no-color Turn off colors. 25 -v, --verbose Output verbose logs 26 ``` 27