Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: upload wrapper command #172

Closed
tiborsimko opened this issue Sep 12, 2018 · 0 comments
Closed

cli: upload wrapper command #172

tiborsimko opened this issue Sep 12, 2018 · 0 comments
Assignees
Projects
Milestone

Comments

@tiborsimko
Copy link
Member

REANA-Client needs an argument which files to upload:

$ reana-client upload --help
Usage: reana-client upload [OPTIONS] FILE(s)

  Upload one of more files to the workflow workspace.

Options:
  -w, --workflow TEXT      Name or UUID of the workflow you are uploading
                           files for. Overrides value of $REANA_WORKON.
  -t, --access-token TEXT  Access token of the current user.
  --help                   Show this message and exit.

Let us provide an option to upload all files/directories specified in reana.yaml, for example:

$ reana-client upload --all

or even:

$ reana-client upload

so that if no arguments are given, the files to upload are read from reana.yaml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v0.3.0
  
Done
Development

No branches or pull requests

3 participants