Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.39 KB

File metadata and controls

45 lines (31 loc) · 1.39 KB

stackit secrets-manager instance create

Creates a Secrets Manager instance

Synopsis

Creates a Secrets Manager instance.

stackit secrets-manager instance create [flags]

Examples

  Create a Secrets Manager instance with name "my-instance"
  $ stackit secrets-manager instance create --name my-instance

  Create a Secrets Manager instance with name "my-instance" and specify IP range which is allowed to access it
  $ stackit secrets-manager instance create --name my-instance --acl 1.2.3.0/24

Options

      --acl strings   List of IP networks in CIDR notation which are allowed to access this instance (default [])
  -h, --help          Help for "stackit secrets-manager instance create"
  -n, --name string   Instance name

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