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

Feature request: check whether dropbox is up to date #112

Open
mrmeszaros opened this issue Dec 17, 2022 · 0 comments
Open

Feature request: check whether dropbox is up to date #112

mrmeszaros opened this issue Dec 17, 2022 · 0 comments

Comments

@mrmeszaros
Copy link

Recently I installed dropbox via the nautilus-dropbox apt package, and with the provided command line interface.

I experienced, that dropbox update does download the latest version regardless of the currently installed version.
This means, if I run the command twice in a row, it will do a download twice.

I would like a method to check the current (online) available version.

For example, dropbox update would only update, if a newer version is available, or if a new --force flag was passed.

Maybe the version command would output an extra line like update available.

> dropbox version
Dropbox daemon version: 163.4.5456 (Update available)
Dropbox command-line interface version: 2019.02.14

Or a separate command, like dropbox check-update that would:

  • output Up to date and return 0 if it is up-to-date and
  • output Update available and return 1 if it is not.

These are ideas, should be revised to ensure the CLI is consistent with itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant