Skip to content

v0.2.7

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 05:51

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)
  • 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