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

Make the CLI respect the --token flag #4032

Merged
merged 3 commits into from
Jun 27, 2023

Conversation

Michael-F-Bryan
Copy link
Contributor

The WasmerEnv::token() getter introduced in #4013 never checks the --token flag, so we were always using the token from a user's global config file.

Fixes #4028

@Michael-F-Bryan Michael-F-Bryan force-pushed the cli-specify-token-and-registry branch from 0a74dda to ca50bb7 Compare June 26, 2023 08:33
@theduke theduke force-pushed the cli-specify-token-and-registry branch from ca50bb7 to 84d1fad Compare June 26, 2023 19:47
@Michael-F-Bryan Michael-F-Bryan force-pushed the cli-specify-token-and-registry branch from 84d1fad to e5fa4f2 Compare June 27, 2023 03:02
@Michael-F-Bryan Michael-F-Bryan merged commit b7b3de6 into master Jun 27, 2023
@Michael-F-Bryan Michael-F-Bryan deleted the cli-specify-token-and-registry branch June 27, 2023 03:59
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/Registry Flag Handling Broken With --token + --registry flags
2 participants