CLI 0.10.1
·
67 commits
to master
since this release
You can now pass a github token to Pingy CLI. This will help if you're rate limited on the Github API. Get a Github Personal Access Token here You can do this in two ways:
- Add
"githubToken"
key to your global config file at~/.config/configstore/@pingy/cli.json
:
{
"githubToken": "961990a44422b5a9b07279a1d7c70949c5fXXXXX"
}
- Create a
PINGY_GITHUB_TOKEN
environmental variable
export PINGY_GITHUB_TOKEN=961990a44422b5a9b07279a1d7c70949c5fXXXXX
You will need to set the token if you see this error: