Skip to content

tilt-dev/exterminator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exterminator

Tools for the Tilt exterminator rotation.

To run:

1) Get a clubhouse API Token

Get the token here: https://github.com/clubhouse/clubhouse-lib#how-to-get-an-api-token

Set the env variable CLUBHOUSE_API_TOKEN with the token value.

2) Get a github API Token

(This is technically optional, but Github has aggressive rate-limiting for anonymous requests, so adding a token will make your setup more robust.)

Get the token here: https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line#creating-a-token

Set the env variable GITHUB_API_TOKEN with the token value.

3) Install

git clone this repo. In the repo directory, execute:

npm install
npm link

This creates 'exterminator' as an executable on your PATH

4) Import!

exterminator sync --issue GITHUB_ISSUE_URL

where GITHUB_ISSUE_URL is the URL of any issue that you have access to, e.g. tilt-dev/tilt#1.

License

Copyright 2020 Windmill Engineering

Licensed under the Apache License, Version 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published