You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: I propose that the output of librarian show should include all nested dependencies, not just the first level of dependencies.
My goal is to use Librarian to calculate a complete set of cookbooks and their dependencies, and pass that set as an argument to knife cookbook upload because knife isn't smart enough to resolve dependencies on its own, unless you go with the default behaviour of uploading all cookbooks at once.
Feature request: I propose that the output of
librarian show
should include all nested dependencies, not just the first level of dependencies.My goal is to use Librarian to calculate a complete set of cookbooks and their dependencies, and pass that set as an argument to
knife cookbook upload
because knife isn't smart enough to resolve dependencies on its own, unless you go with the default behaviour of uploading all cookbooks at once.Actual Results:
Expected Results:
I believe this feature could be implemented with minimal changes present_one_dependencies.
The text was updated successfully, but these errors were encountered: