Skip to content
This repository was archived by the owner on Aug 20, 2022. It is now read-only.
This repository was archived by the owner on Aug 20, 2022. It is now read-only.

Feature Request: Ability to run service when invoking the CLI #346

@ajaffie

Description

@ajaffie

Is your feature request related to a problem? Please describe.
When I run the CLI, it opens a command prompt which I then need to type the command to start the service into, e.g. dotnet watch --project MyService.API. It is also quite frustrating sometimes when the new prompt steals focus from whatever I am doing when it starts.

Describe the solution you'd like
It would be really useful to be able to pass a command at the end of the CLI invocation like this:

dsc connect <params> -- dotnet watch --project MyService.API

I could add that to my powershell function that passes the correct parameters to dsc based on my current working directory, so I don't need to type out the command in the launched command prompt.

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