ionic-team / ionic-team/ionic-cli
Add "no-run" option
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 682
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
The command `ionic cordova run ios --livereload` uses by-default `native-run`
In my particular case I don't want automatically start a simulator nor auto run the app in any connected device. I would rather like to run the app with XCode myself.
That's why I suggest to add a `no-run` option which will not run anything automatically.
Contributor guide
Research direction
Start at the `ionic cordova run ios --livereload` command and inspect how its options lead to the automatic `native-run` invocation. Add the `no-run` option so the app is not launched in a simulator or connected device, then verify that the normal run behavior remains unchanged without the option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100