Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.21 KB

stackit_mariadb_credentials_create.md

File metadata and controls

44 lines (30 loc) · 1.21 KB

stackit mariadb credentials create

Creates credentials for a MariaDB instance

Synopsis

Creates credentials (username and password) for a MariaDB instance.

stackit mariadb credentials create [flags]

Examples

  Create credentials for a MariaDB instance
  $ stackit mariadb credentials create --instance-id xxx

  Create credentials for a MariaDB instance and hide the password in the output
  $ stackit mariadb credentials create --instance-id xxx --hide-password

Options

  -h, --help                 Help for "stackit mariadb credentials create"
      --hide-password        Hide password in output
      --instance-id string   Instance ID

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"]
  -p, --project-id string      Project ID
      --verbosity string       Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")

SEE ALSO