Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide create-package command #353

Merged
merged 1 commit into from
Oct 16, 2019
Merged

Conversation

ameyer-pivotal
Copy link
Contributor

@ameyer-pivotal ameyer-pivotal commented Oct 16, 2019

We are hiding this command as it's not ready for prime-time without additional follow up issues (#240, #347, #348, #349) yet some early adopters might want to play with it.

Signed-off-by: Andrew Meyer [email protected]

@ameyer-pivotal ameyer-pivotal requested a review from a team as a code owner October 16, 2019 15:09
@@ -52,6 +52,9 @@ func CreatePackage(logger logging.Logger, client PackClient) *cobra.Command {
cmd.MarkFlagRequired("package-config")
cmd.Flags().BoolVar(&flags.Publish, "publish", false, "Publish to registry")
AddHelpFlag(cmd, "create-package")

cmd.Hidden = true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will also have the effect of disabling the acceptance tests, since it will no longer show up in the help output. I'm okay with that if everyone else is.

Signed-off-by: Andrew Meyer <[email protected]>
@ameyer-pivotal ameyer-pivotal merged commit 0aa1a51 into master Oct 16, 2019
@ameyer-pivotal ameyer-pivotal deleted the feature/hide-create-package branch October 16, 2019 18:53
@jromero jromero mentioned this pull request Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants