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
Scuse me for being silly, but
How do I set my oauth token for the bin to pick up?
The text was updated successfully, but these errors were encountered:
@fredbradley just look at the doc:
labels --help Usage: labels [options] user/repo Options: -h, --help output usage information -V, --version output the version number -c, --config <path> label config -f, --force force delete all labels -h, --host <hostname> host for GitHub server -t, --token <token> github token Examples: $ labels -c ~/labels.json popomore/test
So basically
$ labels -c ~/labels.json -t SOMETOKENHERE popomore/test
Sorry, something went wrong.
See #37 to use a personal access token
No branches or pull requests
Scuse me for being silly, but
How do I set my oauth token for the bin to pick up?
The text was updated successfully, but these errors were encountered: