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

Add option to limit depth of the graph #33

Open
clue opened this issue Jul 7, 2016 · 4 comments
Open

Add option to limit depth of the graph #33

clue opened this issue Jul 7, 2016 · 4 comments

Comments

@clue
Copy link
Owner

clue commented Jul 7, 2016

Some projects have many dependencies and the graphs can get too large (#11). One option would be to add a --depth option in order to limit the depth of the resulting graph.

For example, the following could be used to display only direct dependencies (i.e. no sub-dependencies):

$ graph-composer show --depth=1

Special care may have to be taken with regards to loops/circles in the graph.

@ZsgsDesign
Copy link

When will we have this feature, thanks~

@clue
Copy link
Owner Author

clue commented May 25, 2020

This is definitely still on the roadmap. As much as I'd like to commit to specific date, I can only say that we will get to this feature as soon as time permits.

If you want to help sponsor this feature, feel free to reach out and I'm happy to take a look 👍

@markuspoerschke
Copy link

@ZsgsDesign This feature is already available in this Pull Request: #45

@ZsgsDesign
Copy link

@markuspoerschke Thank you for your kindly reference. Hope to see one day this PR merged into the master branch and have a release.

@clue clue removed this from the v2.0.0 milestone Dec 30, 2021
@clue clue removed the easy pick label Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants