aftman icon indicating copy to clipboard operation
aftman copied to clipboard

Aftman, the prodigal sequel to Foreman

Results 37 aftman issues
Sort by recently updated
recently updated
newest added

Currently aftman will say that it has successfully installed, but if the ~/.zshenv is not present already then it will silently fail without warning as it cannot add it to...

bug

The readme states you could uninstall tools, yet there is no option to do so? Is it done implicitly? Has the explicit command not been implemented yet?

enhancement

Fixes #7 This is my first time using rust, so please let me know if anything needs to be changed as i'm _really_ new to the language! This PR consists...

Foreman has a GitHub Action that automates downloading and installing Foreman. I think we should create an action for Aftman, too.

enhancement

Foreman now supports installing tools from GitLab. We should support installing tools from GitLab too!

enhancement

It would be useful for automated workflows to be able to install only previously trusted tools, so that a new tool being added to a checked-in `aftman.toml` doesn't break any...

enhancement

`clap` has recently integrated `structopt` directly via the `derive` feature flag. As `structopt` is now in [maintenance mode](https://github.com/TeXitoi/structopt#maintenance) it should be preferable to make the switch.

enhancement

I use a private command line tool hosted on GitHub and would like to install it using aftman. This breaks my CI however, since it cannot install the tool. If...

enhancement

I like Rust's installation flow (via https://rustup.rs): ![image](https://user-images.githubusercontent.com/654598/169890366-77027672-9e1e-498f-8a20-8d4e047a99c9.png) I think we should do this too.

enhancement

We currently maintain an internal CLI and are blocked from adopting Aftman until it supports authenticating with GitHub PATs. Are you open to a PR for this?

enhancement