Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
Documentation menu

axiom secret

Inspect tenant secrets (names and state — never values)

View as Markdown
<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT. Source of truth: the cobra command definitions in cmd/axiom/cmd/. Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->

axiom secret

Inspect tenant secrets (names and state — never values)

Inspect the tenant's secrets: which names exist and whether each is armed for development delivery.

Secret VALUES are write- and read-protected: they are set and viewed only in the Console (Settings → Secrets), and armed for development there too. This command exists so you can tell "the secret is missing" apart from "it exists but is not dev-armed" without running a flow and decoding a 403.

Usage

axiom secret [flags]
axiom secret [command]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for secret

Subcommands

CommandDescription
axiom secret lsList secret names and their dev-arming state

See also

  • axiom — Axiom CLI — build and push node packages
  • axiom secret ls — List secret names and their dev-arming state