pack extension --help should show (analogously to pack buildpack --help):
inspect Show information about an extension
package Package an extension in OCI format. <- made a separate issue, please see https://github.com/buildpacks/pack/issues/1489
new Creates basic scaffolding of an extension.
pull Pull an extension from a registry and store it locally
register Register an extension to a registry
yank Yank an extension from a registry
We should probably make a separate issue for each one of these commands, as they could be implemented separately.
Edit: Made a separate issue (#1489) for pack extension package.
pack extension --helpshould show (analogously topack buildpack --help):We should probably make a separate issue for each one of these commands, as they could be implemented separately.
Edit: Made a separate issue (#1489) for
pack extension package.