Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Aftman skip untrusted tools #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RyanLua
Copy link

@RyanLua RyanLua commented May 4, 2024

When Aftman is installing tools, use --skip-untrusted so that if there is an untrusted tool, we skip it instead of erroring.

Background

Aftman just released v0.2.8 which adds a new flag, --skip-untrusted that installs only trusted tools.

If --skip-untrusted is given, only already trusted tools will be installed, others will be skipped and not emit any errors.

https://github.com/LPGhatguy/aftman#aftman-install

Currently, if you have an untrusted tool then the Rojo extension would just error. Instead, we should just skip the untrusted tools and let the user deal with it later.
image

Notes

If the user has a version of Aftman lower than v0.2.8 then the install will error because the flag --skip-untrusted hasn't been added and therefore doesn't exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant