Skip to content

Commit 6793814

Browse files
peterpeterparkerimhoffd
authored andcommitted
docs(readme): mark v4 support as full (ionic-team#3868)
1 parent a72ec0d commit 6793814

1 file changed

Lines changed: 22 additions & 4 deletions

File tree

README.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Ionic command line interface (CLI) is your go-to tool for developing
99

1010
### CLI 4 is here! :tada:
1111

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!
1313
- Capacitor support is **experimental**.
1414
- Full Ionic 2/3 support!
1515
- 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
1818

1919
---
2020

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:
32+
33+
```
34+
ionic start --help
35+
```
36+
37+
---
38+
2139
:book: **Documentation**:
22-
[https://beta.ionicframework.com/docs/cli][ionic-cli-docs]
40+
[https://ionicframework.com/docs/cli][ionic-cli-docs]
2341

2442
:mega: **Support/Questions?** Please see our [Support Page][ionic-support] for
2543
general support questions. The issues on GitHub should be reserved for bug
2644
reports and feature requests.
2745

2846
:sparkling_heart: **Want to contribute?** Please see
29-
[CONTRIBUTING.md](https://github.com/ionic-team/ionic-cli/blob/develop/CONTRIBUTING.md).
47+
[CONTRIBUTING.md](https://github.com/ionic-team/ionic-cli/blob/develop/CONTRIBUTING.md).
3048

3149
[ionic-homepage]: https://ionicframework.com
32-
[ionic-cli-docs]: https://beta.ionicframework.com/docs/cli
50+
[ionic-cli-docs]: https://ionicframework.com/docs/cli
3351
[ionic-support]: https://ionicframework.com/support
3452

3553
[circle-badge]: https://circleci.com/gh/ionic-team/ionic-cli.svg?style=shield

0 commit comments

Comments
 (0)