Skip to main content

find_fleet_config

Function find_fleet_config 

Source
pub fn find_fleet_config() -> Result<Option<(FleetConfig, PathBuf)>>
Expand description

Search for mvm.toml starting from cwd, walking up the directory tree.

Returns (config, directory_containing_mvm_toml) so flake paths can be resolved relative to the config file location.