Dbxcli Versions Save

A command line client for Dropbox built using the Go SDK

v2.0.1

7 years ago

Mostly dependency updates. More importantly, should fix #59.

v2.0.0

7 years ago

Major release: primary change is how the binaries are built. To get production status, we can no longer embed tokens in the source code.

Other changes:

Closed issues:

  • build instructions in readme #57
  • Authorization error - app has reached its team limit #47
  • search should show a full path to matching files #42
  • Recursive and force flags for rm #26

Merged pull requests:

v1.4.0

7 years ago

Lots of changes, especially under the hood (SDK related). Few highlights:

Closed issues:

  • Make ls list files in multiple columns #17
  • Add logout or revoke command #16

Merged pull requests:

v1.3.0

7 years ago

Closed issues:

  • Have seperate commands for rm and rmdir #25
  • put command is sending wrong client_modified timestamp #20
  • Make ls list files in multiple columns #17

Merged pull requests:

  • Allow for multiple arguments to mv #30 (GrantSeltzer)
  • Split rm into rm/rmdir, added consts for dangling strings #28 (GrantSeltzer)
  • Allow providing a directory as a destination for get #22 (waits)
  • Set client\_modified parameter when uploading files #21 (waits)
  • Display file sizes using multiples of 1024 for consistency with other Dropbox apps #19 (waits)

v1.2.0

7 years ago

Implemented enhancements:

  • Support ls on files #8

Closed issues:

  • "Usage" section of help text is missing arguments #13
  • get command panics without second argument #10

Merged pull requests:

  • Check args slice bounds in all commands #18 (waits)
  • Add argument information to "usage" section of help text #14 (waits)
  • Check args slice bounds in get and put functions #12 (waits)
  • Support ls on files #11 (waits)

v1.1.0

8 years ago
  • Built with Go 1.6.2 (security update)
  • Updated dependencies
  • Source is now directly go get-able/go install-able

v1.0.0

8 years ago

This release has BREAKING changes; you will need to re-authenticate.

  • tokens are now stored in auth.json instead of auth.conf
  • tokens are broken up by "domain" (to allow for testing) and "access type" (since different API endpoints need different permissions)
  • build process has changed
  • dependency updates

v0.6.0

8 years ago

You can now run Dropbox API calls on behalf of a team member, as described in the Team API. Example:

$ dbxcli team list-members
// copy the member-id you need from above
$ dbxcli ls --as-member <dbmid:long_string_from_above>

v0.5.0

8 years ago
  • Better error handling
  • Minor output cleanup

v0.4.0

8 years ago

Binaries should be slightly smaller now.