Actions
Feature #5097
open[SDKs] CLI tools support project paths in addition to uuids
Story points:
2.0
Release:
Release relationship:
Auto
Description
It's awkward and user-unfriendly to have to always copy and paste project UUIDs from the browser to the command line, for example when using arv-put --project-uuid zzzzz-zzzzz-zzzzzzzzzz
It should be possible to supply a project path on the command line, for example arv-put --project "/home/My example project"
This should also support integration with arv-mount
, for example arv-put --project "~/keep/home/My example project"
would look for the .arvados#project
magic file and do the right thing.
There are two subtasks:
a) Add a function to the Python (+Ruby?) SDK that performs dereferencing
b) Audit and update arv-* tools to accept paths where currently only uuids are accepted.
Updated by Peter Amstutz almost 10 years ago
- Subject changed from [SDKs] Function to dereference project paths to uuids, accept everywhere project or collection uuids are used now. to [SDKs] Dereference project paths to uuids
- Description updated (diff)
Updated by Peter Amstutz almost 10 years ago
- Subject changed from [SDKs] Dereference project paths to uuids to [SDKs] CLI tools support project paths in addition to uuids
Updated by Tom Clegg almost 10 years ago
- Target version set to Arvados Future Sprints
Updated by Ward Vandewege over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions