List available and active integrations in your app
$ ionic integrations list
This command will print the status of integrations in Ionic projects. Integrations can beenabled (added and enabled),disabled (added but disabled), andnot added (never added to the project).
- To enable or add integrations, see
ionic integrations enable --help - To disable integrations, see
ionic integrations disable --help