Skip to content

Allow supplying custom profiles #16

@MIJOTHY

Description

@MIJOTHY

It looks like the set of profiles used in dependency calculation hard-codes the profile being used:

(let [profiles (if-not (:dev options)
[:user]
[:user :dev])

It would be useful if consumers could supply profiles, either via the usual lein with-profiles foo <command> syntax or through a command line argument.

Happy to submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions