Skip to main content

wf create configmap

wf create configmap

Creates a configuration resource

Synopsis

Lets you create a named configuration object, which contains one or more key-value pairs.

wf create configmap <NAME> [flags]

Examples


# Create a configuration object with a single key-value pair:
$ wf create configmap myconfig --value param1=value1

# Create a configuration object with multiple key-value pairs:
$ wf create configmap myconfig --value param1=value1 --value param2=value2

Options

  -h, --help              help for configmap
--value KEY=VALUE key value pair for configuration KEY=VALUE

Options inherited from parent commands

      --debug              Indicates we should use debug / trace logging (default: false)
--force Used to force an operation to happen (default: false)
--no-wait Indicates we should not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table,template) (default "table")
--profile string Use a profile other than your default for this command
--show-headers Indicates we should display headers on table out (default true)
--verbose Enables verbose logging for debugging purposes (default: false)
-w, --workspace string The workspace you are operating within

SEE ALSO