overture-stack / score

Secure Cloud Object REsource: file transfer microservice
https://www.overture.bio/products/score
GNU Affero General Public License v3.0
18 stars 10 forks source link

BUG - Score "--profile" parameter #288

Open christinayung opened 3 years ago

christinayung commented 3 years ago

Running the Score client in Collab:

$ score-client download --profile collab --manifest manifest.collaboratory.1610403896277.tsv --output-dir test ERROR: Bad parameter(s): Unknown option: --profile

b-f-chan commented 3 years ago

Details to reproduce:

Diagnosis: --profile needs to be at the end of the command it is contextual to (should be able to go anywhere but doesn't work that way)

b-f-chan commented 3 years ago

Enhancement: Sub-commands should inherit parent commands!