RhodiumGroup / rhg_compute_tools

Tools for using compute.rhg.com and compute.impactlab.org
MIT License
1 stars 4 forks source link

Inconsistency in API for different gsutil commpands #69

Closed bolliger32 closed 4 years ago

bolliger32 commented 4 years ago

Description

Right now we have cp_gcs, sync_gcs, and rm. In addition, each one takes src, dest, and e.g. cp_flags or sync_flags. We should make this consistent and just have cp, sync, and rm. Each of which take src, dest, and flags.