nais members add

nais members add MEMBER [flags]

Only team owners can add team members.

Options

-o, --owner
Assign owner role to the member.

Inherited options

--config
Specify the location for the configuration file.
--no-colors
Disable colors in the output.
-t, --team
Specify the team to use for this command. Overrides the default team from configuration.
-v, --verbose
Set verbosity level. Use -v for verbose, -vv for debug, -vvv for trace.

Examples

# Add some-user@example.com as a regular member.
$ nais members add some-user@example.com

# Add some-user@example.com as a team owner.
$ nais members add some-user@example.com -o

This site uses Just the Docs, a documentation theme for Jekyll.