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

It should work a lot like `npx`.

enhancement

We should add a flag to automatically create an `aftman.toml` file and add a tool to it in one step.

enhancement

Just noticed that aftman chose the wrong binary when installing one of our internal tools: ![CleanShot 2022-09-13 at 18 29 28@2x](https://user-images.githubusercontent.com/9497781/189963506-9822c6cf-456e-41a3-813f-282051fd57cd.png) In the screenshot you can see that the files...

bug

I've encountered a few tools that do not have executables zipped in their releases, one of them being `sentry-cli`: https://github.com/getsentry/sentry-cli/releases It would be cool if we had support for this!...

enhancement

The rojo extension tries to install aftman itself. However, this has aftman wanting to update, and it's failing. I believe this is because my `/home` and `/tmp` directories are not...

bug

The majority of the time spent in some of our CI jobs (~5 seconds or sometimes more) is spent downloading and installing tools managed by aftman, and I suspect this...

enhancement

I'm installing rojo `7.4.0`, and the wrong arch is installed for my system. Although `x86_64` is compatible via Rosetta 2, `aarch64` should be installed as the prefered binary

bug

On windows, file paths are case insensitive, so `binary.EXE` should be treated just like `binary.exe`. Interestingly, command prompt will return a lowercase extension as the current exe name, whilst PowerShell...

On Windows, sometimes the path to an aftman managed executable is returned by tools (such as node-which) with a capitalised suffix `.EXE`, e.g.: `C:\Users\Development\.aftman\bin\stylua.EXE` I'm not sure exactly why its...

bug