We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some people might not want to leak their tokens to their bash history. An interactive authentication mode would be nice. Maybe something like
$ pixi/rattler-build auth login --interactive conda-token Host: my.quetz.instance CondaToken: <token not shown> Authentication successful. $ pixi/rattler-build auth login --interactive basic-auth my.artifactory Username: my-user Password: <password not shown> $ pixi/rattler-build auth login --interactive bearer-token Host: repo.prefix.dev Token: <token not shown>
The text was updated successfully, but these errors were encountered:
Actually we'd also like to have some integration with our website ala gh auth. But yes, this is also a valid idea!
gh auth
Sorry, something went wrong.
No branches or pull requests
Some people might not want to leak their tokens to their bash history. An interactive authentication mode would be nice.
Maybe something like
The text was updated successfully, but these errors were encountered: