-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[New]
CLI & Service Application
#3103
[New]
CLI & Service Application
#3103
Conversation
Does it solve #3014? |
@roman-khimov Sure does |
I'm ok with other branch. But how am I to break down PR for something that is built already. I'm not understanding that part. |
an issue that list your plan, add few classes that has no dependency issues on every pr. i am not trying to make it hard for you, just current coredev protocol wont work well on long pr. |
See PR #3372 |
Description
This PR is to focus on the a new CLI & service. Also to fix the problems and bottlenecks at hand with the current CLI. The goal is not to change anything in core at least in this PR. But in the future will be changing
Plugins
and adding aWebServer
in the CLI thatPlugins
can tie into.How Basic Design Works
The way this is going to work is with two applications. One that is a
Service
that can run inlinux
withsystemd
and inwindows
as aWindowsService
. The other application is acommand-line
based app that talks to theServiceApp
by usingNamedPipes/IPC
systems.Features
nuget
)config.json
removed)More to come...
Your Feedback is Requested!
Type of change
How Has This Been Tested?
Checklist: