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

Allow using service delegators only on console dependencies if you need #11

Open
kpicaza opened this issue Jun 13, 2020 · 0 comments
Open
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@kpicaza
Copy link
Member

kpicaza commented Jun 13, 2020

Is your feature request related to a problem? Please describe.
When you need to decorate a service with a delegator, you must add its config in the key "delegators" who is always loaded, for both the HTTP app and the CLI app. Sometimes, you may not want to decorate the service before reaching the CLI config. With this approach, you can't do it.

Describe the solution you'd like
Allow "delegators" key inside console config key "console".

Additional context
For example, this is a problem when you want to extend the behavior of the CLI from an external package.

@kpicaza kpicaza added enhancement New feature or request good first issue Good for newcomers labels Jun 13, 2020
@kpicaza kpicaza self-assigned this Jun 13, 2020
@kpicaza kpicaza added the help wanted Extra attention is needed label Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant