autonomy config set

Set a CLI configuration value

Synopsis

Set a configuration value in ~/.config/autonomy/config.yaml.

Supported keys:
  orchestrator.url  — orchestrator base URL for CLI commands

Example:
  autonomy config set orchestrator.url http://fleet.internal:8888

Usage

autonomy config set <key> <value>

Options inherited from parent commands

      --require-signed-manifest   Refuse to start if the SHA256SUMS release manifest or its cosign signature is missing/invalid (Tier 2 binary-integrity check; default: build-time compile-in via -ldflags -X, build-hardened artifacts=true, all others=false)

See also