You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe we could just have "activate" and "deactivate" flags? Not every user understands Go's CLI conventions for true and false, they are not common in other languages.
The text was updated successfully, but these errors were encountered:
Maybe we could also dump the update command (updating the description may not be worth it, and I guess we don't want to update the scope afterwards either), and replace with 2 commands activate and deactivate ?
$ hub-tool token activate XXXXX-XXX-XXX-XXXX
XXXXX-XXX-XXX-XXXX is active
$ hub-tool token deactivate XXXXX-XXX-XXX-XXXX
XXXXX-XXX-XXX-XXXX is inactive
maybe we could just have "activate" and "deactivate" flags? Not every user understands Go's CLI conventions for true and false, they are not common in other languages.
The text was updated successfully, but these errors were encountered: