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

Add ability to manage commands' targets #3501

Closed
slemeur opened this issue Dec 23, 2016 · 0 comments
Closed

Add ability to manage commands' targets #3501

slemeur opened this issue Dec 23, 2016 · 0 comments
Labels
kind/enhancement A feature request - must adhere to the feature request template.

Comments

@slemeur
Copy link
Contributor

slemeur commented Dec 23, 2016

As described in the specification #2681, we need to provide the ability to define the targets of a command.

37ed5894-a4d9-11e6-841d-93ee510b8485

In a multi-machine environment, the target defines on which machine(s) a command can be executed to.

The use will have the ability to define the list of machines where the command can be executed:

  • by default, the command will be enabled to dev-machine of the environment

Command Palette
User is able to select a command:

  • When the command is applicable to multiple machine, we ask the user the target where he wants to execute the command
  • When the command is applicable to only one machine, we directly execute the command accross that machine

Run Button
When the user selects a command from the Run button:

  • When the command is applicable to multiple machine, we ask the user the target where he wants to execute the command
  • When the command is applicable to only one machine, we directly execute the command accross that machine

Right-click in process panel
We filter the commands by only those which are applicable to the selected machine.

@slemeur slemeur added the kind/enhancement A feature request - must adhere to the feature request template. label Dec 23, 2016
@slemeur slemeur mentioned this issue Dec 23, 2016
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

No branches or pull requests

2 participants