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

Specify which optional dependencies to install #163

Open
mattfarina opened this issue May 20, 2021 · 1 comment
Open

Specify which optional dependencies to install #163

mattfarina opened this issue May 20, 2021 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@mattfarina
Copy link
Collaborator

Currently, optional dependencies are installed as a group when in non-interactive mode. There is a request to be able to specify which of the optional ones to install. This would impact the CLI and the Go API.

The CLI would need a flag to take a list of optional dependency names.

The API would need a method to take a list of optional dependencies to install.

@mattfarina mattfarina added the enhancement New feature or request label May 20, 2021
@mattfarina mattfarina added this to To do in Shit It via automation May 20, 2021
@mattfarina
Copy link
Collaborator Author

Some additional details:

  • We use names unless an alias is present. When the alias is present use that instead
  • Linting should make sure the name (alias or name) is unique
  • The names passed in are the alias or name (in case of no alias)

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
Shit It
To do
Development

No branches or pull requests

1 participant