TACC-Cloud / agave-cli

The Tapis CLI
Other
4 stars 8 forks source link

Merge files-get, files-upload, and files-copy #61

Closed alejandrox1 closed 5 years ago

alejandrox1 commented 5 years ago

Is your feature request related to a problem? Please describe. To simplify the usage of the cli, we propose to move any cp like functionality to the same place.

Describe the solution you'd like As such, files-upload (copy from host to remote), files-get (copy from remote to host), and files-copy (copy from remote to remote) will be merged into files-cp. files-cp will then enforece the use of agave uri's (i.e., agave://storage-system/path) to figure out what operation needs to be done based on the source and destination.