Skip to content

finnest config ​

Inspect effective configuration, provenance, and goal readiness.

Validate selected TOML, inspect effective non-secret values with winner/shadowed provenance, explain source selection, or run live readiness for a concrete operator goal. Use --config-only for isolation and --config-overlay for intentional composition; plain --config remains a compatibility overlay.

Grupo: Diagnóstico e suporte · Nível: secundário

Uso ​

bash
finnest config <subcomando> [opções]

Exemplos ​

bash
finnest config validate
finnest config show --json
finnest config sources
finnest config explain effective.opin_participant_role
finnest config set opin.participant_role receiver
finnest config readiness --goal apply

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 ​

  • validate — Validate all loaded Finnest TOML configuration files.
  • show — Show effective non-secret values and complete source decisions.
  • sources — Show configuration source policy, precedence, and load status.
  • explain — Explain the winning and shadowed sources for one non-secret field.
  • set — Persist the OPIN participant role without editing TOML by hand.
  • readiness — Run live provider and workstation checks for an operator goal.
  • workspace — Open, resume, or advance a resumable typed configuration workspace.

finnest config validate ​

Validate all loaded Finnest TOML configuration files.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config show ​

Show effective non-secret values and complete source decisions.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config sources ​

Show configuration source policy, precedence, and load status.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config explain ​

Explain the winning and shadowed sources for one non-secret field.

Argumentos ​

  • <field> — Effective or TOML field id to explain.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config set ​

Persist the OPIN participant role without editing TOML by hand.

Argumentos ​

  • <field> — Supported non-secret field to persist. Valores: opin.participant_role.
  • <value> — Participant role value. Valores: receiver, transmitter, both.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config readiness ​

Run live provider and workstation checks for an operator goal.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace ​

Open, resume, or advance a resumable typed configuration workspace.

Drive the same secret-safe operator configuration workspace as the interactive cockpit. Pass only non-secret values, file paths, approved generator ids, or opaque backend references; raw keys, certificates, tokens, and passwords are never accepted in argv. Every advancing verb requires the current workspace id and revision; resume first after a stale revision.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace open ​

Open and persist a configuration workspace for the selected goal.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace resume ​

Resume and refresh an existing configuration workspace.

Argumentos ​

  • <workspace-id> — Workspace id to resume.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace goal ​

Select the workspace readiness goal.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <goal> — Readiness goal. Valores: configure, preview, apply, production, operate, conformance.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace target ​

Stage the deployment target.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <cloud> — Cloud provider. Valores: aws, azure.
  • <environment> — Deployment environment. Valores: sandbox, prod.
  • <region> — Cloud region.
  • <domain> — Deployment domain.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace provider-connect ​

Connect a provider session using a known connection id.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <provider> — Cloud provider. Valores: aws, azure.
  • <connection-id> — Provider connection id.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace provider-select ​

Select a discovered provider identity.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <identity-id> — Discovered provider identity id.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace role ​

Select the Open Insurance participant role.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <role> — Participant role. Valores: receiver, transmitter, both.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace stage ​

Stage one catalogued non-secret configuration field.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <field-id> — Workspace field id.
  • <value> — Non-secret string or boolean value.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace material-set ​

Select the logical regulated-material set id.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <material-set-id> — Logical material set id.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace material-backend ​

Select a registered protected-material backend.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <backend-id> — Protected-material backend id.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace material-migrate-legacy ​

Import active compatibility material into the selected named protected set.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <confirmation> — Type review to authorize this reviewed change. Valores: review.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace material-file ​

Import one material slot from a file path; never pass its contents.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <slot-id> — Material slot id.
  • <path> — Material file path.
  • <confirmation> — Type write to authorize this material change. Valores: write.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace material-file-pair ​

Import a certificate and private key atomically from two file paths; never pass their contents.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <slot-id> — Certificate material slot id.
  • <certificate-path> — Certificate file path.
  • <private-key-path> — Private-key file path.
  • <confirmation> — Type write to authorize this material change. Valores: write.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace material-stdin ​

Read one material slot from standard input, keeping it out of argv.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <slot-id> — Material slot id.
  • <confirmation> — Type write to authorize this material change. Valores: write.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace material-generate ​

Run an approved material generator.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <slot-id> — Material slot id.
  • <generator-id> — Approved generator id.
  • <confirmation> — Type write to authorize this material change. Valores: write.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace material-reference ​

Link one opaque backend reference, never raw material.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <slot-id> — Material slot id.
  • <backend-id> — Selected backend id.
  • <reference> — Opaque backend reference.
  • <confirmation> — Type write to authorize this material change. Valores: write.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace recheck ​

Recheck one workspace requirement.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <requirement-id> — Requirement id.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace acknowledge ​

Acknowledge one applicable warning.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <requirement-id> — Requirement id.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace review ​

Move the current workspace to review.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace commit ​

Commit the reviewed workspace.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.
  • <confirmation> — Type review to authorize this reviewed change. Valores: review.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 config workspace cancel ​

Cancel the workspace without committing.

Argumentos ​

  • <workspace-id> — Workspace id.
  • <revision> — Expected current workspace revision.

Opções ​

  • --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.
  • --goal <goal> — Operator outcome whose configuration and readiness requirements are evaluated. Valores: configure, preview, apply, production, operate, conformance.
  • --cloud <cloud> — Target cloud for setup, deploy, and diagnostics.
  • --environment <environment> — Target environment: sandbox or prod.
  • --region <region> — Target cloud region or Azure location.
  • --runtime-source <path> — Finnest runtime bundle source directory.
  • --power-url <url> — Finnest admin API URL.
  • --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 Power — plataforma Open Finance Brasil e Open Insurance Brasil. Contato: oi@finnest.com.br