This should happen in two ways:
- through the config file in a key called
publish
- as a command line arg, probably as a value to the
--publish or -p args where none results in the default, or the value from the config file. This should take precedence over the config file.
So arg > config > default
This should happen in two ways:
publish--publishor-pargs where none results in the default, or the value from the config file. This should take precedence over the config file.So
arg > config > default