Manage users in a managed postgres cluster
## Usage
~~~
fly mpg users [command] [flags]
~~~
## Available Commands
* [create](/docs/flyctl/mpg-users-create/) - Create a user in an MPG cluster.
* [delete](/docs/flyctl/mpg-users-delete/) - Delete a user from an MPG cluster.
* [list](/docs/flyctl/mpg-users-list/) - List users in an MPG cluster.
* [set-role](/docs/flyctl/mpg-users-set-role/) - Update a user's role in an MPG cluster.
## Options
~~~
-h, --help help for users
~~~
## Global Options
~~~
-t, --access-token string Fly API Access Token
--debug Print additional logs and traces
--verbose Verbose output
~~~
## See Also
* [fly mpg](/docs/flyctl/mpg/) - Manage Managed Postgres clusters.