Current Behaviour
user cannot use different static configurations per environment, thus is forced to author beachbal.config.js and use environment variables, because beachball relies on cosmiconfig behaviour.
This leads to workarounds like following:
New Behaviour
beachball CLI provides --config=path/to/my/config.json option to specify custom path from CLI
Current Behaviour
user cannot use different static configurations per environment, thus is forced to author
beachbal.config.jsand use environment variables, because beachball relies on cosmiconfig behaviour.This leads to workarounds like following:
New Behaviour
beachball CLI provides
--config=path/to/my/config.jsonoption to specify custom path from CLI