aftman icon indicating copy to clipboard operation
aftman copied to clipboard

Add `--fallible` flag to `aftman install`

Open nezuo opened this issue 2 years ago • 2 comments

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 there were a way to ignore installation errors or ignore specific tools it would solve my issue. The title API is just an example.

nezuo avatar May 23 '22 14:05 nezuo

It doesn't look like aftman has aftman github-auth so private CLIs aren't supported yet.

nezuo avatar May 23 '22 15:05 nezuo

I think that adding authentication will help. I think we should also make aftman install try to install your other tools even if one of them fails, though. Right now, it gives up after the first error.

LPGhatguy avatar May 23 '22 19:05 LPGhatguy