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
kamu login
At the moment, from a UX perspective, we can perform a login in three ways:
kamu login password $USER $PASSWORD $KAMU_NODE_URL
kamu login oauth github $TOKEN $KAMU_NODE_URL
kamu login --access-token $TOKEN $KAMU_NODE_URL
.kamu/.kamutokenstore
As a suggestion: make kamu login --access-token an alias for kamu login oauth github.
kamu login --access-token
kamu login oauth github
This way we will have a single code path to work with the token and the command kamu login (3).) will not be misleading.
3).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment, from a UX perspective, we can perform a login in three ways:
kamu login password $USER $PASSWORD $KAMU_NODE_URL
kamu login oauth github $TOKEN $KAMU_NODE_URL
kamu login --access-token $TOKEN $KAMU_NODE_URL
.kamu/.kamutokenstore
) without API callsAs a suggestion: make
kamu login --access-token
an alias forkamu login oauth github
.This way we will have a single code path to work with the token and the command
kamu login
(3).
) will not be misleading.The text was updated successfully, but these errors were encountered: