Aparência
finnest target
List, show, and switch the active deployment target.
List configured deployment targets and switch the active one (persisted to finnest.toml).
Grupo: Configuração · Nível: secundário
Uso
bash
finnest target <subcomando> [opções]Exemplos
bash
finnest target
finnest target add aws sandbox
finnest target use aws-prodOpções
--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.
Subcomandos
list— List configured targets.add— Add a deployment target for a cloud and environment, and activate it.use— Switch the active target.show— Show the active target, or a named target when provided.
finnest target list
List configured targets.
Opções
--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.
finnest target add
Add a deployment target for a cloud and environment, and activate it.
Argumentos
<cloud>— Cloud provider to deploy to. Valores:aws,azure.<environment>— Environment to deploy to. Valores:sandbox,prod.
Opções
--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.
finnest target use
Switch the active target.
Argumentos
<target>— Target id to activate.
Opções
--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.
finnest target show
Show the active target, or a named target when provided.
Argumentos
[target]— Target id to inspect.
Opções
--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.