Noodle Seed
ReferenceCLI reference

noodle variables

Manage non-secret variables (set/list/delete/resolve), scoped to org/app/env.

Manage non-secret variables (set/list/delete/resolve), scoped to org/app/env.

Usage

noodle variables set|list|delete|resolve

Subcommands

  • set — Set a variable value.
  • list — List variables in scope.
  • delete — Delete a variable.
  • resolve — Resolve the effective variable value(s) for the target.

Options

  • --scope org|app|env
  • --org <slug>
  • --app <slug>
  • --env <slug>
  • --value <v>
  • --from-env <var>
  • --from-file <path>
  • --from-stdin
  • --runtime local|cloud|other
  • --service <url>
  • --auth-token <t>
  • --json

Run noodle variables --help for the latest options and details.

On this page