CLI for interacting with gists.
Requires a GitHub API token with gist privileges, can be generated at https://github.com/settings/tokens.
Token can either be configured as:
gist config set-token <access-token>
or passed as an environment variable GH_TOKEN
.
Docs available here.