diff --git a/crates/cli/src/native_operations.rs b/crates/cli/src/native_operations.rs index 87dbf539..ddef6f0d 100644 --- a/crates/cli/src/native_operations.rs +++ b/crates/cli/src/native_operations.rs @@ -225,5 +225,9 @@ async fn delete( } } } + + // We write the configuration excluding the deleted Native Operation. + configuration::write_parsed_configuration(configuration, context.context_path.clone()).await?; + Ok(()) }