Skip to main content

wf create platformsecret package generic

wf create platformsecret package generic

Creates a platform secret representing a Generic key-value pair secret for Package

wf create platformsecret package generic [name] [flags]

Options

  -d, --description string       Additional information to help people understand what this secret is for (default "Generic PURPOSE secret")
--dry-run Prepares the resource and outputs the resulting YAML without applying it
--from-env-file PATH Builds a secret from file containing KEY=VALUE lines, PATH
--from-file KEY=PATH Adds a key to the secret with value from a file KEY=PATH
--from-literal KEY=VALUE Adds a key and value to the secret KEY=VALUE
-h, --help help for generic
--scope string Name of a package this secret is for

Options inherited from parent commands

      --debug              Debug / trace logging (default: false)
--force Force operation to happen (default: false)
--no-wait Do not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table) (default "table")
--profile string Use a profile other than your current - to change current: wf use profile NAME
--show-headers Display headers on table out (default true)
--verbose Verbose logging (default: false)
-w, --workspace string Workspace to use - to change default: wf use workspace NAME

SEE ALSO