StackPanel

stackpanel vars

Manage workspace variables

stackpanel vars

Manage workspace variables defined in stackpanel.

Variables can be:

  • LITERAL: Plain text values
  • SECRET: Encrypted with AGE master keys
  • VALS: External references (AWS SSM, Vault, etc.)
  • EXEC: Shell command outputs

Examples: stackpanel vars list # List all variables stackpanel vars list --type SECRET # List only secrets stackpanel vars get /apps/web/port # Get a specific variable stackpanel vars set /my/api-host api.example.com # Set a literal variable stackpanel vars delete /my/api-host # Remove a variable

Usage

stackpanel vars

Global Flags

These flags are inherited from parent commands.

FlagTypeDefaultDescription
--daemon, -dboolfalseRun in daemon mode (no TUI, for background processes)
--no-colorboolfalseDisable color output
--no-tuiboolfalseDisable interactive TUI mode
--verbose, -vboolfalseEnable verbose output

Subcommands

CommandDescription
deleteDelete a variable
getGet a specific variable
listList all workspace variables
setSet a variable

On this page