Skip to content

History / Secrets Management

Revisions

  • docs: one deploy verb — deploy targets wherever the stack lives `deploy` now resolves its target from the stack's topology and `release` is an alias for `deploy --require-remote` (strut#415). The wiki taught the opposite rule — Deployment.md literally advised "use release for VPS deployments, not deploy" — so the framing is inverted throughout. - Deployment: rewrite the opening, add "Where a Deploy Lands", document the alias and the compatibility promise, --require-remote, and the pipeline skip flags (--no-sync / --no-migrate / --no-rollback / --backup-first / --strict). - GitHub-Action: `deploy` is the primary CI command and the action passes --require-remote. Drop the "deploy has an interactive prompt and will hang a hosted runner" guidance — the prompt no longer exists. Replace the "deploy hangs in CI" entry with the failure that can actually bite now: a deploy that silently targeted the runner. - MCP-Server: strut_deploy runs deploy --require-remote and never falls back to a local deploy. - Sweep command examples across the wiki; leave `lock release` alone.

    @gfargo gfargo committed Aug 1, 2026
  • docs: update wiki for v0.27.0 — expanded secrets lifecycle, ssh:keygen, ci:init

    @gfargo gfargo committed Jun 25, 2026
  • docs: update for v0.27.0 — secrets lifecycle, registry rotation, CLI reference - Sync Secrets-Management.md with comprehensive provider/lifecycle docs - Add secrets hydrate/status/rotate/template/export/lock/unlock to CLI Reference - Add keys rotate-registry and registry-status to Key-Rotation and CLI Reference - Update version badge to 0.27.0

    @gfargo gfargo committed Jun 23, 2026
  • docs: update wiki to v0.26.0 — add pages for ship, rebuild, secrets, gateway, certs, provisioning

    @gfargo gfargo committed Jun 18, 2026