Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.45 KB

stackit_project_member_list.md

File metadata and controls

49 lines (34 loc) · 1.45 KB

stackit project member list

Lists members of a project

Synopsis

Lists members of a project.

stackit project member list [flags]

Examples

  List all members of a project
  $ stackit project member list --project-id xxx

  List all members of a project, sorted by role
  $ stackit project member list --project-id xxx --sort-by role

  List up to 10 members of a project
  $ stackit project member list --project-id xxx --limit 10

Options

  -h, --help             Help for "stackit project member list"
      --limit int        Maximum number of entries to list
      --sort-by string   Sort entries by a specific field, one of ["subject" "role"] (default "subject")
      --subject string   Filter by subject (the identifier of a user, service account or client). This is usually the email address (for users) or name (for clients)

Options inherited from parent commands

  -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")

SEE ALSO