List and set the current ’experimental’ value from the config
Experimental features in pack are gated, and require you adding setting experimental=true
to the Pack Config, either manually, or using this command.
pack config experimental
prints whether experimental features are currently enabled.pack config experimental <true | false>
enables or disables experimental features.pack config experimental [<true | false>] [flags]
-h, --help Help for 'experimental'
--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