Skip to content

Commit

Permalink
Merge pull request #201 from ninech/create-project
Browse files Browse the repository at this point in the history
feat: display project when creating resource
  • Loading branch information
ctrox authored Jan 13, 2025
2 parents a5ab996 + 0b0a5b5 commit 35f04cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (c *creator) createResource(ctx context.Context) error {
return fmt.Errorf("unable to create %s %q: %w", c.kind, c.mg.GetName(), err)
}

format.PrintSuccessf("🏗", "created %s %q", c.kind, c.mg.GetName())
format.PrintSuccessf("🏗", "created %s %q in project %q", c.kind, c.mg.GetName(), c.mg.GetNamespace())
return nil
}

Expand Down

0 comments on commit 35f04cf

Please sign in to comment.