$ pip install sway
Triggers git checkout <branch in 'dev' env>
$ sway branch -e dev
Multiple envs can be setup in .sway-config.yaml
Builds package - via poetry
Builds repositories in .sway-config.yaml
$ sway build poetry
Copy the *.whl
file just built to the current dir
$ sway build poetry --copy .
config creation interactively
$ sway config init
config validation
$ sway config validate
For example config, see .sway-config.yml
see sway version
$ sway --version
More Coming Soon...