mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-18 01:29:02 +00:00
1.2 KiB
1.2 KiB
Configuration Reference
Here is a breakdown of all configuration options:
Global Options
-
install(Array)-
Installation steps to execute.
-
See Installer Types for supported types and options that you can provide.
-
-
debug(Boolean)- Enable or disable debug mode.
- Default:
false.
-
check_updates(Boolean)- Enable or disable checking for updates before running operations.
- Default:
false.
-
defaults(Object)-
Defaults to apply to all installer types, such as specifying supported platforms or commonly used flags.
-
defaults.typesA mapping between each type (key) and their default options (value).
- See Installer Types for supported types and options that you can override.
-
-
env(Object)- Environment variables that will be set for the context of the installer.
- OS environment variables are passed and may be overridden for this config and all of its installers here.
Example config base
debug: false
check_updates: true
defaults:
type:
brew:
platforms:
only: ['macos']
install:
- name: jq
type: brew