Difference between revisions of "Heroku login"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
 
  heroku git:remote -a YourApp
 
  heroku git:remote -a YourApp
 +
 +
<pre>
 +
heroku login --help
 +
login with your Heroku credentials
 +
 +
USAGE
 +
  $ heroku auth:login
 +
 +
OPTIONS
 +
  -e, --expires-in=expires-in  duration of token in seconds (default 30 days)
 +
  -i, --interactive            login with username/password
 +
  --browser=browser            browser to open SSO with (example: "firefox", "safari")
 +
 +
ALIASES
 +
  $ heroku login
 +
</pre>
 +
  
 
== See also ==
 
== See also ==

Revision as of 11:15, 2 February 2022

heroku git:remote -a YourApp
heroku login --help
login with your Heroku credentials

USAGE
  $ heroku auth:login

OPTIONS
  -e, --expires-in=expires-in  duration of token in seconds (default 30 days)
  -i, --interactive            login with username/password
  --browser=browser            browser to open SSO with (example: "firefox", "safari")

ALIASES
  $ heroku login


See also

Advertising: