pack config registries add

pack config registries add

Add a registries

Synopsis

A Buildpack Registry is a (still experimental) place to publish, store, and discover buildpacks. Users can add registries from the config by using registries remove, and publish/yank buildpacks from it, as well as use those buildpacks when building applications.

pack config registries add [flags]

Examples

pack config registries add my-registry https://github.com/buildpacks/my-registry

Options

      --default       Set this buildpack registry as the default
  -h, --help          help for add
      --type string   Type of buildpack registry [git|github] (default "github")

Options inherited from parent commands

      --force-color   Force color output
      --no-color      Disable color output
  -q, --quiet         Show less output
      --timestamps    Enable timestamps in output
  -v, --verbose       Show more output

SEE ALSO