Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.15 KB

File metadata and controls

41 lines (28 loc) · 1.15 KB

stackit key-pair update

Updates a key pair

Synopsis

Updates a key pair.

stackit key-pair update KEY_PAIR_NAME [flags]

Examples

  Update the labels of a key pair with name "KEY_PAIR_NAME" with "key=value,key1=value1"
  $ stackit key-pair update KEY_PAIR_NAME --labels key=value,key1=value1

Options

  -h, --help                    Help for "stackit key-pair update"
      --labels stringToString   Labels are key-value string pairs which can be attached to a server. E.g. '--labels key1=value1,key2=value2,...' (default [])

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