Function brane_cli::utils::get_active_instance_link

source ·
pub fn get_active_instance_link() -> Result<PathBuf, UtilError>
Expand description

Returns the path for the softlink that points to the active instance directory.

§Returns

The path to the softlink. Note that if this is returned, no guarantees are made about its existance.

§Errors

This function may error if we failed to get the Brane configuration directory.