Skip to content

Commit

Permalink
style: Added text informing your orb is not private
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFaucherre committed Feb 23, 2023
1 parent c6dc6bf commit 83bc79f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/orb.go
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,9 @@ You will not be able to change the name of this orb.
If you change your mind about the name, you will have to create a new orb with the new name.
`, namespace, orbName)
if !opts.private {
fmt.Printf("Please note your orb will be world-readable unless set it as private using the optional flag.\n\n")
}
}

confirm := fmt.Sprintf("Are you sure you wish to create the orb: `%s/%s`", namespace, orbName)
Expand Down

0 comments on commit 83bc79f

Please sign in to comment.