Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

ui: Show the right token cli command on the authentication page #2003

Closed
briancain opened this issue Aug 6, 2021 · 1 comment · Fixed by #2006
Closed

ui: Show the right token cli command on the authentication page #2003

briancain opened this issue Aug 6, 2021 · 1 comment · Fixed by #2006
Labels
Milestone

Comments

@briancain
Copy link
Member

Describe the bug

As of 0.5.0, the waypoint token new command is deprecated in favor of the waypoint user commands.

Steps to Reproduce

Navigate to the Waypoint UI without being logged in.

Expected behavior

The authentication page should show the new command to run, i.e. waypoint user token

Waypoint Platform Versions
Additional version and platform information to help triage the issue if
applicable:

Additional context
Add any other context about the problem here.

@briancain briancain added the ui label Aug 6, 2021
@briancain briancain added this to the 0.5.0 milestone Aug 6, 2021
@briancain
Copy link
Member Author

For reference, this is what the CLI shows if you run the old command:

brian@localghost:go λ waypoint token new                                                                                                                      ±[●][main]
The "waypoint token" commands are deprecated. They have been replaced with
the "waypoint user" set of commands. Everything that was possible with
"waypoint token" is now possible with "waypoint user". For example,
"waypoint token new" is now "waypoint user token".

<token here>

briancain added a commit that referenced this issue Aug 9, 2021
The `waypoint token new` command has been deprecated in favor of using
`waypoint user token`. The authentication page should suggest using the
new command instead of the old one.

Fixes #2003
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant