Install:
$ pip install -m setup.py
Usage:
$ ee_auth [OPTIONS] COMMAND [ARGS]...
Options:
--install-completion
: Install completion for the current shell.--show-completion
: Show completion for the current shell, to copy it or customize the installation.--help
: Show this message and exit.
Commands:
activate-user
: The GEE account to activeauthenticate-user
: authenticate an earth engine account.check-activated-user
: Check to see which GEE account is activatedlist-users
: See a list of all current usersmake-new-user
: Add a new user account to select from
The GEE account to active
Usage:
$ ee_auth activate-user [OPTIONS] NAME
Arguments:
NAME
: [required]
Options:
--help
: Show this message and exit.
authenticate an earth engine account. overrides any current credentials
Usage:
$ ee_auth authenticate-user [OPTIONS]
Options:
--help
: Show this message and exit.
Check to see which GEE account is activated
Usage:
$ ee_auth check-activated-user [OPTIONS]
Options:
--help
: Show this message and exit.
See a list of all current users
Usage:
$ ee_auth list-users [OPTIONS]
Options:
--help
: Show this message and exit.
Add a new user account to select from
Usage:
$ ee_auth make-new-user [OPTIONS]
Options:
--help
: Show this message and exit.