Adds --dry-run flag to upload command. Fixes issue with empty files not being uploaded if by themselves. Retry sending to external store if connection error.
0.3.9
Removes old add_user, remove_user from help.
0.3.8
Changes command line to use dashes instead of underscores. Example `add_user` becomes `add-user`. Also fixes a bug in `list-auth-roles`.
0.3.7
- When using the `--user <netid>` flag ddsclient will try to register the user with DukeDS API if they are not found. - If the user's private config file has wide open permissions we will error out with a message on how to fix it
0.3.6
Fixes issue 112 where ddsclient would not start due to unexpected lowercase unicode values
Also includes required D4S2 changes for `deliver` and `share` commands.
0.3.5
Sends User-Agent: DukeDSClient and the current version on each request to the DukeDS API.