pack config experimental

pack config experimental

List and set the current ’experimental’ value from the config

Synopsis

Experimental features in pack are gated, and require you adding setting experimental=true to the Pack Config, either manually, or using this command.

  • Running pack config experimental prints whether experimental features are currently enabled.
  • Running pack config experimental <true | false> enables or disables experimental features.
pack config experimental [<true | false>] [flags]

Options

  -h, --help   Help for 'experimental'

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