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

Ship default extensions via Homebrew #822

Open
kylewillmon opened this issue Nov 21, 2022 · 2 comments
Open

Ship default extensions via Homebrew #822

kylewillmon opened this issue Nov 21, 2022 · 2 comments
Labels
extensions Phylum CLI extensions medium priority Should be handled as soon as possible

Comments

@kylewillmon
Copy link
Contributor

Installing the Phylum CLI with Homebrew should install the default extensions.

@kylewillmon kylewillmon added the medium priority Should be handled as soon as possible label Nov 29, 2022
@kylewillmon kylewillmon added the extensions Phylum CLI extensions label Mar 27, 2023
@kylewillmon
Copy link
Contributor Author

The Formula Cookbook talks about how Ruby gems installs to a custom directory when installed with Homebrew.

Something similar in the Phylum CLI would be configuring the extension directory at compile time and using something like $HOMEBREW_PREFIX/var/lib/phylum/extensions.

@kylewillmon
Copy link
Contributor Author

After further thought, moving the directory does not help. We still need to populate it and update the contents with each new release.

This is further complicated by Homebrew allowing multiple versions of the same tool to be installed at the same time.

@kylewillmon kylewillmon removed their assignment Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extensions Phylum CLI extensions medium priority Should be handled as soon as possible
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant