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

[feature request] Add the ability for rehearsal graph to graph multiple directories at once #1217

Open
robostheimer opened this issue Aug 3, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@robostheimer
Copy link
Contributor

Given that I have a mono-repo and I want to get a graph of all the different internal packages inside of my repo, it would be nice to be able to run rehearsal graph once and have it give me output files for more than one directory given a parent directory.

Example call might look like: rehearsal graph packages --subdirectories,app --subdirectories.

A note, I have a gist set up to run locally that accomplishes this and may be useful in grokking the ask here.

https://gist.github.com/robostheimer/9b5b6324e530fde35f2989515ba211a8

@lynchbomb lynchbomb added the enhancement New feature or request label Aug 3, 2023
@lynchbomb
Copy link
Contributor

Yeah totally we can bake something like this https://gist.github.com/lynchbomb/84115ee2f11731dbb2fa9aa08d681191 into the graph command for monorepos

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

No branches or pull requests

2 participants