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

Update buildpack register example #1061

Merged
merged 1 commit into from
Feb 8, 2021
Merged

Update buildpack register example #1061

merged 1 commit into from
Feb 8, 2021

Conversation

dfreilich
Copy link
Member

Signed-off-by: David Freilich [email protected]

Summary

Output

Before

 $  pack help buildpack register
(experimental) Register a buildpack to a registry

Usage:
  pack buildpack register <image> [flags]

Examples:
pack register my-buildpack

After

$  go run cmd/pack/main.go help buildpack register
Register a buildpack to a registry

Usage:
  pack buildpack register <image> [flags]

Examples:
pack buildpack register my-buildpack

Related

Resolves #1060

@dfreilich dfreilich requested a review from a team as a code owner February 8, 2021 10:27
@github-actions github-actions bot added the type/enhancement Issue that requests a new feature or improvement. label Feb 8, 2021
@github-actions github-actions bot added this to the 0.18.0 milestone Feb 8, 2021
@codecov
Copy link

codecov bot commented Feb 8, 2021

Codecov Report

Merging #1061 (47562a6) into main (3d222b6) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1061   +/-   ##
=======================================
  Coverage   80.21%   80.21%           
=======================================
  Files         130      130           
  Lines        7998     7998           
=======================================
  Hits         6415     6415           
  Misses       1163     1163           
  Partials      420      420           
Flag Coverage Δ
os_linux 79.57% <100.00%> (ø)
os_macos 76.88% <100.00%> (-0.03%) ⬇️
os_windows 80.13% <100.00%> (ø)
unit 79.60% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@dfreilich dfreilich merged commit 3d0fd52 into main Feb 8, 2021
@dfreilich dfreilich deleted the fix-register-example branch February 8, 2021 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Issue that requests a new feature or improvement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incoherent example for pack buildpack register
1 participant