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

Batch terminal calls by referring existing terminal configurations #1

Open
ThayalanGR opened this issue Jul 24, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@ThayalanGR
Copy link
Owner

Requirement / Problem statement

  • Ability to batch the available terminals single configurations to trigger at a time like onlyMultiple option inside onlySingle command.
  • usecase: when one wants to start different set of servers / apps in a workspace, this feature would be useful
  • example.
    workspace
    |- RootService
    |- Service-1
    |- Service-2
    |- Service-3

Let's say if one wants to start combinations of services

  1. When RootServie along with all other services wants to be called individually
  2. On selcting Terminals Single option there will be list of options to launch individual services available, along with that, batch options will be available, which uses the individual commands to launch several options at a time for aggregated usecases.
  3. If one wants to launch RootService and Service-1 at a time, the batch option which is available under terminals array will be used to launch both services at a time.
@ThayalanGR ThayalanGR added the enhancement New feature or request label Jul 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant