- Nothing changed yet.
- Provide a way to pass a mrbob configuration file [erral]
- Depend on bobtemplates.plone >=6.0b15 ;)
- Depend on bobtemplates.plone >=6.0b16
- Remove dependency on
virtualenv
. [wesleybl] - Rename deprecated
autocompletion
parameter toshell_complete
[zshashz]
- Fix broken releases 2.1/2.1.1 [MrTango]
- Fix setup.cfg - v2.1 is a brown bag release. [jensens]
- Improve README [svx]
- Call mr.bob using its API, no longer as subprocess. This ease the usage in a virtualenv. [jensens]
- Do not install zest.releaser with plonecli (keep for dev/tox). [jensens]
- Do not install virtualenv if not Python 2.7 [jensens]
- Release
- Add alias upport and an alias for "virtualenv" for the venv command [MrTango]
- Improve handling of global/local commands, we use ClickFilteredAliasedGroup to filter the command rather than using an if condition in code. [MrTango]
- Fix #63 generate_mrbob_ini and the acconding tests [MrTango]
- Drop Python2.7 support and remove it from tox and travis setup. Also improve linting with new isort and black. [MrTango]
- Add config command to disable the venv creation/update on plonecli build command [MrTango]
- Allow auto completion of template names [MrTango]
- Improve mrbob config generation and now override an existing config file after a warning [MrTango]
- Fix typos, ReST formatting and update content of README.rst. [staeff]
- Add new build option -p to define the python binary to use for the virtualenv [MrTango]
- add note for including install directory to $PATH [fgrcon]
- Document the new deprecated and info options [erral]
- modernize code for Python 3 support [MrTango]
- Sort templates on --list-templates/-l command output [MrTango]
- Show deprecate flag and info for templates in template list [MrTango]
- Use the now released click library in version >= 7.0, you have to uninstall plonecli-click before upgrading! [MrTango]
- Add -t and -s options to the test command [kakshay21]
- Fix #33 ConfigParser.NoOptionError [kakshay21]
- Add plonecli config command to configure mrbob's global user settings [kakshay21]
- Add versions -V/--versions command [kakshay21]
- Add document commends -h, -V, test and config in README [kakshay21]
- Add test command to allow running test from plonecli [MrTango]
- Improve command line output with colors and remove verbose option [MrTango]
- Add virtualenv as requirement and improve README [MrTango]
- fix autocomletion for top level commands [MrTango]
- use bobtemplates.plone>=3.0.0b5 [MrTango]
- Use a forked version of click library (plonecli-click) as dependency for now [MrTango]
- Fix broken release
- Fix dist on pypi
- Add requirements.txt referencing the special Click version.
This makes a
pip
installation possible. [jensens] - Refactored registry to use the new bobtemplate.cfg [MrTango]
- provide plonecli_autocomplete.sh for bash autocompletion [MrTango]
- fix depency to bobtemplates.plone, we need >=3.0.0a3 [MrTango]
- Update README to use easy_install instead of pip for now [MrTango]
- fix setup.py to use the github version of click, until click >6.7 is released [MrTango]
- initital version with list templates support and bobtemplates.plone integration [MrTango, tmassman, Gomez]