Function brane_cli::instance::remove

source ·
pub fn remove(names: Vec<String>, force: bool) -> Result<(), Error>
Expand description

Removes a registered instance (or multiple at once).

§Arguments

  • names: The names of the instances to remove.
  • force: Whether to ask for confirmation before removal (false) or not (true).

§Errors

This function errors if we failed to generate any files, or if some check failed for this instance.