Skip to main content

up_command

Configuration related to the omni up command.

Parameters

ParameterTypeDescription
auto_bootstrapbooleanwhether or not to automatically infer the --bootstrap parameter when running omni up, if changes to the configuration suggestions from the work directory are detected (default: true)
notify_workdir_config_updatedbooleanwhether or not to print a message on the prompt if the up configuration of the work directory has been updated since the last omni up (default: true)
notify_workdir_config_availablebooleanwhether or not to print a message on the prompt if the current work directory has an available up configuration but omni up has not been run yet (default: true)
preferred_toolslistlist of preferred tools for any operations when running omni up; those tools will be preferred over others, in the order they are defined

Example

up_command:
auto_bootstrap: true
notify_workdir_config_updated: true
notify_workdir_config_available: true
preferred_tools:
- nix
- brew
- apt