Skip to content

apps variables

Overview

Manage your local application's variables

Aliases: variables, variable, vars, var

Usage:

quix apps variables [command] [options]

Commands:

  • create: Creates a variable of the current application
  • delete: Deletes a variable of the current application
  • edit: Edits a new variable of the current application
  • export: Exports the variables from app.yaml to an .env file
  • import: Imports the .env file values to the app.yaml. The values from the .env file will replace the ones in the app.yaml file
  • list: Lists the variables of the current application