-
Notifications
You must be signed in to change notification settings - Fork 315
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
[hab] Add hab pkg export
subcommand
#692
Conversation
) | ||
) | ||
) | ||
(@subcommand export => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would this make more sense as a hab artifact
subcommand? ping @fnichol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we decided that users would get confused by pkg
versus artifact
so actually, hab artifact upload
should get changed to hab pkg upload
@seth nice to see your first contribution! :) |
The `hab pkg export FORMAT PKG_IDENT` subcommand exports a pkg in the specified format. Currently docker and aci are the only two supported formats. The coresponding core packages will be installed on demand if required (core/hab-pkg-dockerize and core/hab-pkg-aci).
@seth looks great! |
📌 Commit 7126aca has been approved by |
The `hab pkg export FORMAT PKG_IDENT` subcommand exports a pkg in the specified format. Currently docker and aci are the only two supported formats. The coresponding core packages will be installed on demand if required (core/hab-pkg-dockerize and core/hab-pkg-aci). Pull request: #692 Approved by: reset
☀️ Test successful - travis |
Signed-off-by: Julian C. Dunn <[email protected]> Pull request: #713 Approved by: davidwrede
The `hab pkg export FORMAT PKG_IDENT` subcommand exports a pkg in the specified format. Currently docker and aci are the only two supported formats. The coresponding core packages will be installed on demand if required (core/hab-pkg-dockerize and core/hab-pkg-aci). Pull request: #692 Approved by: reset
Signed-off-by: Julian C. Dunn <[email protected]> Pull request: #713 Approved by: davidwrede
The
hab pkg export FORMAT PKG_IDENT
subcommand exports a pkg in thespecified format. Currently docker and aci are the only two supported
formats. The coresponding core packages will be installed on demand if
required (core/hab-pkg-dockerize and core/hab-pkg-aci).