cdsctl experimental project variableset item add

Create a new item inside a variable set

Synopsis

Create a new item inside a variable set

cdsctl experimental project variableset item add [ PROJECT-KEY ] VARIABLESET-NAME ITEM-NAME ITEM-VALUE ITEM-TYPE [flags]

Examples

cdsctl exp project variableset item add MY-PROJECT MY-VARIABLESET-NAME ITEM-NAME ITEM-VALUE ITEM-TYPE(secret|string)

Options

      --force   create the variable set if it not exists

Options inherited from parent commands

  -c, --context string   cdsctl context name
  -f, --file string      set configuration file
      --insecure         (SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers.
  -n, --no-interactive   Set to disable interaction with ctl
      --verbose          Enable verbose output

SEE ALSO