The 2 AzureCLIPath environment variables introduced in https://github.com/ScoopInstaller/Main/pull/1469 are not set to the actual az cli path. Since az is installed in the \wbin sub folder, as seen in the bin property.
This for example resulted in tools using the go-autorest library not working when the az cli is installed using scoop.
c7f947c061/autorest/azure/cli/token.go (L128)
* Add go-task
Go task is a task runner (like Make or Ant) written in golang.
It's power comes from being fast and lightweight (one 2MB exe file) which even embeds a light shell runner.
Regarding [the criteria for inclussion in the main bucket](https://github.com/lukesampson/scoop/wiki/Criteria-for-including-apps-in-the-main-bucket):
- go-task has 3.2k stars in github,199 forks and 54 contributors. I do not know if that qualifies for "widely used".
- the manifest points to the latest version and includes autoupdate
- it is the full version (open source project)
- install is fairly standard (unzip)
- it is not a GUI tool
A side of those official criteria, I'd add that it is a quite active project. It is my tool of choice for replacing Makefiles on every platform (it's golang, runs everywhere).
If it would be better to submit to the extras bucket just let me know
marc
* Update go-task.json, also change hash method
* Update manifest for 3.7.0
* Update to go-task 3.8.0
Manifest updated to latest version.
* update to version 3.9.0
Co-authored-by: Issac Lin <issaclin32@gmail.com>
* Add navi
https://github.com/denisidoro/navi
* Fix typo
* Update bucket/navi.json
Co-authored-by: Andrei Tan <20182921+KnotUntied@users.noreply.github.com>
* Update to 2.17.0, Add fzf as depend
Co-authored-by: Andrei Tan <20182921+KnotUntied@users.noreply.github.com>
Co-authored-by: Issac Lin <issaclin32@gmail.com>