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

Update README.md with --oauth now required #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Houska1
Copy link
Contributor

@Houska1 Houska1 commented Aug 21, 2024

As per bug reports, OAuth authentication is now required. As a stop-gap, expand user instructions to explain its use, even though if Evernote policy requiring it continues, probably OAuth should become default.

As per bug reports, OAuth authentication is now required. As a stop-gap, expand user instructions to explain its use, even though if Evernote policy requiring it continues, probably OAuth should become default.
@slash5toaster
Copy link

This should also be added to the help text
--oauth is not in the help text but in the readme

Usage: evernote-backup [OPTIONS] COMMAND [ARGS]...

  Evernote backup & export

  On the first run, to export notes:
  evernote-backup init-db
  evernote-backup sync
  evernote-backup export output_dir/

Options:
  Verbosity: [mutually_exclusive]
    -q, --quiet                   Quiet mode, output only critical errors.
    -v, --verbose                 Verbose mode, output debug information.
  --version                       Show the version and exit.
  --help                          Show this message and exit.

Commands:
  init-db  Initialize storage & log in to Evernote.
  sync     Sync local database with Evernote, downloading all notes.
  export   Export all notes from local database into ENEX files.
  reauth   Refresh login to Evernote, run when token expires.

@triuzzi
Copy link

triuzzi commented Oct 17, 2024

@Houska1 could you please add the same to the help text? 🙏

@Houska1
Copy link
Contributor Author

Houska1 commented Oct 18, 2024

@triuzzi Apologies, I've never used the click package, and I'm currently on a laptop with no python devel environment. So unclear why the help text for oauth is not being displayed.

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

Successfully merging this pull request may close these issues.

3 participants