Command line tool for manage several settings file
You can install Maven Settings Manager (msa) with pip:
pip install msa --user
You can install pip here
pip3 install msa --user
The most important commands are:
- add To adding setting.
msa add alias ~/Download/settings.xml
- ls To list settings
msa ls
- use To select setting to used
msa use alias
The others commands are:
- version To know the msa version
msa --version
- fix To clear and fill database with settings added in msa directory
msa doctor --fix
python -m msa -h
Before add this to the $PATH:
Python2
export PATH="~/Library/Python/2.7/bin:$PATH"
Python3
export PATH="~/Library/Python/3.7/bin:$PATH"
After in you terminal, yo can use:
msa -h
This is available only in bash terminal
To contributing with this project follow the next steps:
- Fork the project
- Create a branch
- Add changes and committed
- Send a pull request
For other suggestions send an email to [email protected]
We use SemVer for versioning. For the versions available, see the tags on this repository.
- 1.0.0
- Initial version
- Add basics command: add, ls, use
- 1.0.1
- Fix some issue
- Add version command
- 1.1.0
- Add fix command
- 1.1.1
- Update pypi info
- 1.1.2
- Add bin file
- Cristiam Sosa - Author - Gunmer
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details