Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove token update command, replaced with token activate and token deactivate #138

Merged
merged 1 commit into from
Nov 23, 2020

Conversation

silvin-lubecki
Copy link
Collaborator

@silvin-lubecki silvin-lubecki commented Nov 20, 2020

Fix #66

$ hub-tool token ls
DESCRIPTION    UUID                                    LAST USED      CREATED    ACTIVE
test           xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx    Never          4 weeks    true
$ hub-tool token deactivate xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx is inactive
$ hub-tool token ls
DESCRIPTION    UUID                                    LAST USED      CREATED    ACTIVE
test           xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx    Never          4 weeks    false
$ hub-tool token activate xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx is active
$ hub-tool token ls
DESCRIPTION    UUID                                    LAST USED      CREATED    ACTIVE
test           xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx    Never          4 weeks    true

- A picture of a cute animal (not mandatory)

image

…eactivate commands

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
@rumpl rumpl merged commit 94bd9cb into main Nov 23, 2020
@rumpl rumpl deleted the token-activate branch November 23, 2020 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

token update --set-active=false is quite confusing
2 participants