pack config default-builder

pack config default-builder

List, set and unset the default builder used by other commands

Synopsis

List, set, and unset the default builder used by other commands.

  • To list your default builder, run pack config default-builder.
  • To set your default builder, run pack config default-builder <builder-name>.
  • To unset your default builder, run pack config default-builder --unset.

For suggested builders, run pack builder suggest.

pack config default-builder [flags]

Examples

pack config default-builder cnbs/sample-builder:bionic

Options

  -h, --help    Help for 'config default-builder'
  -u, --unset   Unset the current default builder

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

  • pack config - Interact with your local pack config file