Skip to content

CLI 0.10.1

Compare
Choose a tag to compare
@davej davej released this 15 Nov 17:29
· 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:

  1. Add "githubToken" key to your global config file at ~/.config/configstore/@pingy/cli.json:
{
  "githubToken": "961990a44422b5a9b07279a1d7c70949c5fXXXXX"
}
  1. Create a PINGY_GITHUB_TOKEN environmental variable
export PINGY_GITHUB_TOKEN=961990a44422b5a9b07279a1d7c70949c5fXXXXX

You will need to set the token if you see this error:

image