Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 736 Bytes

login.md

File metadata and controls

26 lines (19 loc) · 736 Bytes

box login

Sign in with OAuth and set a new environment

box login

Sign in with OAuth and set a new environment

USAGE
  $ box login

OPTIONS
  -c, --code       Manually visit authorize URL and input code
  -h, --help       Show CLI help
  -n, --name=name  [default: oauth] Set a name for the environment
  -p, --port=port  [default: 3000] Set the port number for the local OAuth callback server
  -q, --quiet      Suppress any non-error output to stderr
  -v, --verbose    Show verbose output, which can be helpful for debugging
  --no-color       Turn off colors for logging

See code: src/commands/login.js