Aparência
finnest deploy
Deploy Finnest for a deployment target.
Run readiness checks, preview, apply, release status, and smoke checks for a target. Configure non-secret target intent in finnest.toml and bind regulated Open Finance or Open Insurance material to a named protected set through the Configuration Workspace; inherited environment values remain visible compatibility overrides.
Grupo: Deploy e ciclo de vida · Nível: principal
Uso
bash
finnest deploy [opções]Exemplos
bash
finnest deploy --cloud=aws --environment=sandbox --stage=platform --preview
finnest deploy --cloud=aws --environment=sandbox --preview
finnest deploy --cloud=azure --environment=sandbox --preview
finnest deploy --cloud=aws --environment=prod --apply --yes
finnest deploy --cloud=azure --environment=prod --apply --yesOpções
--cloud <cloud>— Target cloud for setup, deploy, and diagnostics.--environment <environment>— Target environment: sandbox or prod.--region <region>— Target cloud region or Azure location.--config <path>— Path to an explicit Finnest TOML configuration file.--config-only <path>— Load only this Finnest TOML file; do not merge ambient user or project config.--config-overlay <path>— Overlay this Finnest TOML file over operator and project config.--preview— Preview runtime changes without applying them.--apply— Apply runtime changes in explicit mutating mode.--yes— Approve a mutating operation.--confirm <token>— Apply confirmation: aws:<account>:<sandbox|prod> or azure:<tenant>:<subscription>:<sandbox|prod>.--runtime-source <path>— Finnest runtime bundle source directory.--stage <platform|full>— Provision the platform only, or deploy the complete application (default: full).--skip-bootstrap— Skip bootstrap during deploy recovery.--adopt— Preview deploy recovery adoption for safe state drift cases.--rerun-operations— Force database migration and identity bootstrap Jobs to rerun even when their content is unchanged.--non-interactive— Disable interactive prompts where a command supports a prompt-based flow.--plain— Force headless output even on an interactive TTY.--allow-demo-trust-anchors— Accept a resolved Azure-sandbox demo trust anchor (Kong admin CA / OPIN probe pair) as a warning instead of a deploy-preflight failure.--allow-image-drift— Accept a live-vs-expected runtime image mismatch as a warning instead of a deploy-preflight failure.--log-level <level>— Diagnostic verbosity: error, warn, info, debug, or trace.--verbose— Enable debug-level diagnostics.
As opções globais de saída também se aplicam.