Aparência
finnest undeploy
Tear down a deployment target’s compute while keeping its data.
Preview compute teardown while retaining managed data on AWS or Azure; apply proceeds only when every safety check is ready.
Grupo: Deploy e ciclo de vida · Nível: secundário · Aliases: finnest down
Uso
bash
finnest undeploy [opções]Exemplos
bash
finnest undeploy --cloud=aws --environment=sandbox --preview
finnest undeploy --cloud=azure --environment=sandbox --preview
finnest down --cloud=azure --environment=sandbox --previewOpçõ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.--log-level <level>— Diagnostic verbosity: error, warn, info, debug, or trace.--plain— Force headless output even on an interactive TTY.--verbose— Enable debug-level diagnostics.
As opções globais de saída também se aplicam.