-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hey @pradeeban
I had an idea around adding a small CLI to make concore easier to use for beginners.
Would love to hear your thoughts on whether this fits the project direction.
What
A simple command-line tool to make running concore workflows easier.
Instead of running multiple commands manually, users could simply do:
concore run workflow.graphml
Proposed commands:
concore init – create a new project
concore run – run a workflow
concore validate– check a workflow file before running
concore status– show running processes
concore stop – stop all running processes
Why
Right now, running a workflow involves several manual steps, which can be confusing—especially for new users. There’s also no validation step before running and limited feedback on what’s happening.
A small CLI would make concore much easier to use and more beginner-friendly.