TACC-Cloud / agave-cli

The Tapis CLI
Other
4 stars 8 forks source link

reverting the files commands from python to bash #109

Closed JoshuaUrrutia closed 4 years ago

JoshuaUrrutia commented 4 years ago
The files-* commands were re-written in python, this reverts those changes back to the bash version of the files-* commands ## Description Removed files-cp/mv/rm and replaced all the other files commands with the previous bash version ## Motivation and Context - [ ] I have raised an issue to propose this change (required) ## How Has This Been Tested? Yes, tested in a container: docker run --rm -it jurrutia/agave-cli:files-revision tested files-list, files-pems-list Will run further tests when $WORK file system is back online ## Types of changes

Checklist:

JoshuaUrrutia commented 4 years ago

files-delete, files-upload, files-pems-update, files-mkdir all working as expected