Перейти к содержанию

vv_set#

Create variable if missing and set its value by creating a new value record

Usage#

                                                                                                                                                                                                                                                                                                           
 Usage: exordos vv set [OPTIONS] VAR_UUID_OR_NAME VALUE                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                           

Options#

  • var_uuid_or_name (REQUIRED):

    • Type: text
    • Default: sentinel.unset
    • Usage: var_uuid_or_name
  • value (REQUIRED):

    • Type: text
    • Default: sentinel.unset
    • Usage: value
  • project_id:

    • Type: uuid
    • Default: none
    • Usage: -p --project-id

UUID of the project in which to deploy the variable

  • name:
    • Type: text
    • Default: none
    • Usage: --name

Name of the variable to create if it does not exist

  • description:
    • Type: text
    • Default: none
    • Usage: --description

Description of the variable to create if it does not exist

  • rotate:
    • Type: boolean
    • Default: false
    • Usage: --rotate

Delete all existing values for the variable before creating the new one

  • help:
    • Type: boolean
    • Default: false
    • Usage: --help

Show this message and exit.

CLI Help#

                                                                                                                                                                                                                                                                                                           
 Usage: exordos vv set [OPTIONS] VAR_UUID_OR_NAME VALUE