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

Custom Environments / Cache Keys #42

Open
charlespierce opened this issue Dec 4, 2019 · 0 comments
Open

Custom Environments / Cache Keys #42

charlespierce opened this issue Dec 4, 2019 · 0 comments

Comments

@charlespierce
Copy link
Contributor

Currently, we have a single global cache for all of the tools. However, some corporate environments have a limited subset of versions available (e.g. only specific versions of Node are available for internal use). For users who work on both internal and external applications, it would be nice to have some way to specify that internal tools use a separate cache from external tools, that way there's no chance of accidentally polluting the internal project with a version of Node that isn't actually available.

Similarly, it would be useful to be able to specify a hooks.json file that applies to multiple projects, but not all of them, through some sort of "Environment" value, so that users who work on multiple internal and external projects can point to an internal repository without having to customize each internal project individually with a full hooks configuration.

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

No branches or pull requests

1 participant