Skip to content

Commit a236232

Browse files
authored
Ionic CLI documentation changes (ionic-team#2022)
1 parent 29e1763 commit a236232

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

scripts/data/cli.json

+1-42
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,7 @@
343343
"summary": "Run an Ionic project on a connected device",
344344
"description": "`ionic capacitor run` will do the following:\n- Perform `ionic build` (or run the dev server from `ionic serve` with the `--livereload` option)\n- Run `capacitor run` (or open IDE for your native project with the `--open` option)\n\nWhen using `--livereload` with hardware devices, remember that livereload needs an active connection between device and computer. In some scenarios, you may need to host the dev server on an external address using the `--external` option. See these [docs](https://ionicframework.com/docs/cli/livereload) for more information.\n\nIf you have multiple devices and emulators, you can target a specific one by ID with the `--target` option. You can list targets with `--list`.\n\nFor Android and iOS, you can setup Remote Debugging on your device with browser development tools using these [docs](https://ionicframework.com/docs/developer-resources/developer-tips).",
345345
"footnotes": [],
346-
"groups": [
347-
"beta"
348-
],
346+
"groups": [],
349347
"exampleCommands": [
350348
"ionic capacitor run ",
351349
"ionic capacitor run android",
@@ -362,45 +360,6 @@
362360
}
363361
],
364362
"options": [
365-
{
366-
"name": "consolelogs",
367-
"type": "boolean",
368-
"summary": "Print app console logs to the terminal",
369-
"groups": [
370-
"advanced",
371-
"cordova"
372-
],
373-
"aliases": [],
374-
"spec": {
375-
"value": "true/false"
376-
}
377-
},
378-
{
379-
"name": "consolelogs-port",
380-
"type": "string",
381-
"summary": "Use specific port for console logs server",
382-
"groups": [
383-
"advanced",
384-
"cordova"
385-
],
386-
"aliases": [],
387-
"spec": {
388-
"value": "port"
389-
}
390-
},
391-
{
392-
"name": "ssl",
393-
"type": "boolean",
394-
"summary": "Use HTTPS for the dev server",
395-
"groups": [
396-
"experimental",
397-
"cordova"
398-
],
399-
"aliases": [],
400-
"spec": {
401-
"value": "true/false"
402-
}
403-
},
404363
{
405364
"name": "list",
406365
"type": "boolean",

0 commit comments

Comments
 (0)