Configuration Management
Understand the bricks CLI configuration files stored in ~/.bricks, including config.yaml and environment.yaml.
config.yaml
// environment.yaml example
log: true
log_format: json
log_level: info
non_interactive: true
port: "8090"
skip_version_check: false
telemetry: falsecredentials.yaml
// credentials.yaml example
token: Bearer eyJhb...E2_A
userid: ruby@bluebricks.coLast updated
Was this helpful?

