Duke-GCB / DukeDSClient

Command line program to allow uploading, downloading, and managing projects in the duke-data-service.
MIT License
5 stars 6 forks source link

Register share users if not found #298

Closed johnbradley closed 4 years ago

johnbradley commented 4 years ago

Currently when using --share-users flag with the delivery command users must exist within the DDS users table. If a share user is not found in the DDS users table we should try to register them.

johnbradley commented 4 years ago

Fixed by #299