python -m rez_batch_process run yaml2py pr_prefix some-github-token --temporary-directory /tmp/place --keep-temporary-files $ python -m rez_batch_process run move_imports pr_prefix github-token --temporary-directory /tmp/place3 --keep-temporary-files --why "asdfomthing" --arguments "'. foo,bar' --requirements foo_package,bar --deprecate existing,foo"$ python -m rez_batch_process run bump pr_prefix github-token --temporary-directory /tmp/place3 --keep-temporary-files --packages my_package-1+<2 --new minor --instructions `cat instructions.txt` --search-paths /some/path/that/includes/my_package/hereTODO
- Add "add_to_attribute" command
- Add "coverage" report command
- move_imports doesn't clone stuff correctly. Fix this!