cdsctl project variable add

Add a new variable on project. Variable type can be one of password, text, string, key, boolean, number, repository

Synopsis

Add a new variable on project. Variable type can be one of password, text, string, key, boolean, number, repository

cdsctl project variable add [ PROJECT-KEY ] VARIABLE-NAME VARIABLE-TYPE [VARIABLE-VALUE] [flags]

Options

      --stdin   read the variable value from stdin

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