Skip to content

gimme login

Login to GitHub

gimme login [OPTIONS] [SERVER] [flags]

What are the flags?

  -h, --help                             help for login
      --hostname string                  The hostname of the GitHub instance to authenticate with (default "github.com")
      --with-token                       Read token from standard input
  -v, --verbose int or string[=simple]   Prints more verbose output. Allowed values: 0 - disable, 1 - simple, 2 - trace (default 0 - disable)

Examples

start interactive setup

gimme login

authenticate against github.com by reading the token from a file

gimme login --with-token < mytoken.txt

authenticate with a specific GitHub Enterprise Hostname instance

gimme login --hostname enterprise.internal

SEE ALSO

  • gimme - Insights about a Git(Hub) repository.
Back to top