Skip to content

Commit

Permalink
Merge pull request #428 from buildpacks/hide-create-package
Browse files Browse the repository at this point in the history
Hide create-package
  • Loading branch information
jromero committed Dec 19, 2019
2 parents bc8881c + 0574dce commit 109b629
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/commands/create_package.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ func CreatePackage(logger logging.Logger, client PackClient) *cobra.Command {
cmd.Flags().BoolVar(&flags.NoPull, "no-pull", false, "Skip pulling packages before use")
AddHelpFlag(cmd, "create-package")

cmd.Hidden = true

return cmd
}

Expand Down

0 comments on commit 109b629

Please sign in to comment.