pub async fn run(
settings: &Settings,
kind: ObjectKind,
name: &str,
yes: bool,
) -> Result<(), CliError>Expand description
Run the delete command.
Drops the named object from Materialize and removes the corresponding
project file. Prompts for confirmation unless yes is true.