Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.69 KB

File metadata and controls

49 lines (35 loc) · 1.69 KB

stackit beta intake user update

Updates an Intake User

Synopsis

Updates an Intake User. Only the specified fields are updated.

stackit beta intake user update USER_ID [flags]

Examples

  Update the display name of an Intake User
  $ stackit beta intake user update xxx --intake-id yyy --display-name "new-user-name"

  Update the password and description for an Intake User
  $ stackit beta intake user update xxx --intake-id yyy --password "NewSecret123\!" --description "Updated description"

Options

      --description string      Description
      --display-name string     Display name
  -h, --help                    Help for "stackit beta intake user update"
      --intake-id string        Intake ID
      --labels stringToString   Labels in key=value format, separated by commas. Example: --labels "key1=value1,key2=value2". (default [])
      --password string         Password for the user. Must contain lower, upper, number, and special characters (min 12 chars)
      --type string             Type of user. One of 'intake' or 'dead-letter'

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