Adds a member to a project
Adds a member to a project. A member is a combination of a subject (user, service account or client) and a role. The subject is usually email address for users or name in case of clients For more details on the available roles, run: $ stackit project role list --project-id
stackit project member add SUBJECT [flags]
Add a member to a project with the "reader" role
$ stackit project member add someone@domain.com --project-id xxx --role reader
-h, --help Help for "stackit project member add"
--role string The role to add to the subject
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
- stackit project member - Manages project members