Skip to content

Commit

Permalink
push: confirm component creation
Browse files Browse the repository at this point in the history
  • Loading branch information
CLEMENTINATOR committed Feb 13, 2025
1 parent 58d1628 commit ea7506a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/cli/src/commands/components/push.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ pub async fn run(opts: Options) -> anyhow::Result<()> {
.send()
.await
.api_context("Could not create component")?;
tracing::info!(
"Component `{}/{}` created successfully!",
organization.slug,
manifest.package.name
);
}
Ok(_) | Err(_) => {}
}
Expand Down

0 comments on commit ea7506a

Please sign in to comment.