- Support ansible v2, but ansible v1 is not supported anymore
- Simplify commands. see README for more detail
- Show error message when ansible v2 is used
- Support assign command. It replaces module_args/complex_args
- Support update command. It partially updates module_args/complex_args
assign/update module_argsaccepts key=value pairs format as new module_argsassign/update complex_argsaccepts YAML format as new complex_args- That is, you can update a module's args using same formats as playbook
- Fix docs so that the difference between module_args and complex_args is clear
- Support --breakpoint option
- Fix can-not-redo bug on template module
- Fix quit-command-not-actually-quit bug
- Simplify docs and add more examples
- Integrate two hooks to invoke the debugger to one hook so that debugger's behavior is unified.
- Enable to use [] to access list/dict in print command
- Add --version option
- Connect to travis CI
- Add some documents for developer
- Add more examples
- Enable to use template in set command (if a playbook has a template error)
- Enable to update the entire module_args in set command
- Improve an error message so that points are clearer
- Add conditions for invoking debugger so that it catches various types of error
- Add more tests
- Various bugfixes
- Initial release