Skip to content

Add command-line interface (CLI) for concore #183

@Sahil-u07

Description

@Sahil-u07

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.

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