Noodle Seed
ReferenceCLI reference

noodle policy

Manage policy admission: status/list/show/effective/simulate/suspend/resume/deny/quota/rate/usage/apply/delete/plan.

Manage policy admission: status/list/show/effective/simulate/suspend/resume/deny/quota/rate/usage/apply/delete/plan.

Usage

noodle policy status|list|show|effective|simulate|suspend|resume|deny|quota|rate|usage|apply|delete|plan

Subcommands

  • status — Show whether the controls capability is enabled.
  • list — List policy assignments in scope.
  • show — Show one policy assignment.
  • effective — Show the effective policy for a scope/category.
  • simulate — Simulate a candidate assignment (--file) against context.
  • suspend — Suspend all admission in a scope.
  • resume — Remove a scope suspension.
  • deny — Deny a policy category in a scope.
  • quota — Set a quota rule (requires --limit and --window).
  • rate — Set a token-bucket rate rule (requires --limit and --window).
  • usage — Show current usage/quota consumption for a scope.
  • apply — Apply a policy assignment read from --file.
  • delete — Delete a policy assignment.
  • plan — Manage the commercial plan (show, set, suspend).

Options

  • --org <slug>
  • --app <slug>
  • --env <slug>
  • --deployment <id>
  • --operation <name>
  • --reason <text>
  • --file <path>
  • --limit <n>
  • --window <duration>
  • --burst <n>
  • --partition subject|route
  • --expected-version <n>
  • --idempotency-key <key>
  • --external-ref <ref>
  • --history
  • --service <url>
  • --auth-token <t>
  • --json

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

On this page