You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-4Lines changed: 22 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The Ionic command line interface (CLI) is your go-to tool for developing
9
9
10
10
### CLI 4 is here! :tada:
11
11
12
-
- Ionic 4 support is **beta**. See [the docs](https://beta.ionicframework.com/docs/building/starting/) to get started (and don't forget `--type=angular`)!
12
+
-Full Ionic 4 support. See [the docs](https://ionicframework.com/docs/) to get started!
13
13
- Capacitor support is **experimental**.
14
14
- Full Ionic 2/3 support!
15
15
- Full Ionic 1 support! (requires a package install)
@@ -18,18 +18,36 @@ See the CLI's [`CHANGELOG.md`](https://github.com/ionic-team/ionic-cli/blob/deve
18
18
19
19
---
20
20
21
+
#### More information
22
+
23
+
For further information on the commands and options provided by the Ionic CLI, once globally installed on your computer as described in the [CLI documentation](https://ionicframework.com/docs/installation/cli), execute `--help` commands to get to know more.
24
+
25
+
* For its usage and list of global commands:
26
+
27
+
```
28
+
ionic --help
29
+
```
30
+
31
+
* For the complete list of options available when starting a new project:
0 commit comments