finnest setup
Prepare an Operator workstation for first deploy.
Create the project deployment target, runtime config templates, and pinned tooling manifest.
Examples
bash
finnest setup --cloud=aws --environment=sandboxbash
finnest setup --cloud=azure --environment=sandboxbash
finnest setup --cloud=aws --environment=prod --yesOptions
--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.--runtime-source <path>— Finnest runtime bundle source directory.--yes— Approve a mutating operation.--non-interactive— Disable interactive prompts where a command supports a prompt-based flow.--json— Emit a schema-versioned JSON envelope to stdout.--output <format>— Select text, json, or ndjson output.--no-color— Disable ANSI color without changing the output content mode.--no-evidence— Do not write .finnest run evidence.--verbose— Enable debug-level diagnostics.