forked from walmartlabs/vizdeps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow custom profiles in vizdeps
Currently the only supported profiles in the `vizdeps` command are `:user` and `:dev`. `leiningen` allows arbitrary profiles to be created and to have custom dependencies (and other fields) defined for those profiles. This commit ----------- Adds a `-P | --profiles` parameter, expecting a comma-delimited string of profile names. These profiles will then be used in dependency calculation. The `-d | --dev` flag is removed as its functionality is superseded by `-P | --profiles`. Note that this is a _BREAKING_ change, due to the removal of the `-d` flag. Relates to ---------- walmartlabs/issues/16
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters