v0.2.7
If you're running into GitHub rate limits or want to manage private tools hosted on GitHub, you can now give Aftman a Personal Access Token.
Generate a Personal Access Token, then edit ~/.aftman/auth.toml
to add it:
github = "pat goes here"
Aftman will use this token to authenticate all requests to GitHub.
Changes Since Aftman 0.2.6
- Added support for authenticating with GitHub. (#18)
- After updating Aftman, edit
~/.aftman/auth.toml
to add a Personal Access Token.
- After updating Aftman, edit
- Migrated from structopt to clap. (#29)
Upgrading Aftman
Download one of the attached binaries on this release page.
Once you have it, you can use it to install Aftman or upgrade your current installation:
./aftman self-install