Add support for handling in-app variables #237
Replies: 1 comment
-
Delivered in 3.9 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add these commands:
variable-get
Options:
--app-id
: App(s) whose variable(s) should be deleted--app-tag
: App(s) whose variable(s) should be deleted--id-type
: Type of identifier passed in the --variable option. ID or name.--variable
: Names or IDs of variables to extract--output-format
: JSON or table outputvariable-delete
Options:
--app-id
: App(s) whose variable(s) should be deleted--app-tag
: App(s) whose variable(s) should be deleted--id-type
: Type of identifier passed in the --variable option. ID or name.--variable
: Names or IDs of variables to extract--delete-all
: Delete all variables in one or more apps--dry-run
: Do a dry runBeta Was this translation helpful? Give feedback.
All reactions