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

Scripting Enhancements/Features #6

Open
2 tasks
Shard opened this issue Feb 26, 2019 · 2 comments
Open
2 tasks

Scripting Enhancements/Features #6

Shard opened this issue Feb 26, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@Shard
Copy link
Contributor

Shard commented Feb 26, 2019

  • yarn start [iwa] as a root command with iwa being optional and allowing for a selection of which iwa you want to start
  • yarn build [iwa] is already in but having an iwa parameter would be useful.
@elsimir
Copy link
Contributor

elsimir commented Feb 26, 2019

@Shard yarn start without an IWA does not seem useful? If you don't supply an iwa what does this do, start all of them? If we did that they would be on different ports which means you can't share localstorage and authentication status etc so this would seem to be of limited use.

yarn build [iwa] already exists just through a more wordy yarn build --scope entry-iwa as it is a lerna command and --scope always works.

@Shard
Copy link
Contributor Author

Shard commented Feb 26, 2019

The idea would be to use yargs or something very simple to give you a selection of which iwa to start/ and yea when it comes to this it's another case where it could be done now with yarn workspace entry-iwa start but i wanted to jot down some ideas Ive had to make the root yarn commands simple and straight forward.

@cyrildoussin cyrildoussin added the enhancement New feature or request label May 15, 2019
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

3 participants