Skip to content

Instantly share code, notes, and snippets.

@jdx
Last active March 9, 2017 23:44
Show Gist options
  • Select an option

  • Save jdx/c6b8bbef00e93135e0d72fca6a943284 to your computer and use it in GitHub Desktop.

Select an option

Save jdx/c6b8bbef00e93135e0d72fca6a943284 to your computer and use it in GitHub Desktop.
2fa # heroku-apps
2fa:disable # heroku-apps
2fa:generate-recovery-codes # heroku-apps
auth:2fa # heroku-apps
auth:2fa:disable # heroku-apps
auth:2fa:enable # heroku-apps
auth:2fa:generate # heroku-apps
auth:login # heroku-apps
auth:logout # heroku-apps
auth:token # heroku-apps
auth:whoami # heroku-apps
commands # core
debug:errlog # dont need
login # heroku-apps
logout # heroku-apps
plugins # core
plugins:install # core
plugins:link # core
plugins:uninstall # core
twofactor # heroku-apps
twofactor:disable # heroku-apps
twofactor:generate-recovery-codes # heroku-apps
which # core
whoami # heroku-apps
@RasPhilCo

RasPhilCo commented Mar 9, 2017 •

Copy link
Copy Markdown

my audit, fwiw:

Auth
	login
	logout
	whoami
	token
	2fa
	2fa:enable
	2fa:generate
	2fa:disable
*whomami
	self
*login
	self
*logout
	self
*twofactor
	self
	generate-recovery-codes
	disable
*2fa
	self
	generate-recovery-codes
	disable
Build
	plugins
	manifest
	bsdiff
Commands
	self
Debug
	errlog
Help
	self
Plugins
	self
	install
	link
	uninstall	
Update
	self
Version
	self
Which
	self

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment