Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 861 Bytes

create.md

File metadata and controls

31 lines (23 loc) · 861 Bytes

appcircle build variable create

Create a file or text environment variable.

appcircle build variable create [options]

Examples

$ appcircle build variable create --variableGroupId "Variable Group ID" --type "text" --key "Key Name" --value "Key Value" --isSecret true

$ appcircle build variable create --variableGroupId "Variable Group ID" --type "file" --key "Key Name" --filePath "File Path"

Options

      --variableGroupId <uuid>  Variable Group ID
      --type <string>           Type [file, text]
      --isSecret <boolean>      Secret
      --key <string>            Key Name
      --value <string>          Key Value
      --filePath <string>       File Path

Options inherited from parent commands

      --help   Show help for command