Version: v6ionic doctor listdangerThis command has been deprecated and will be removed in an upcoming major release of the Ionic CLI.List all issues and their identifiers$ ionic doctor listIssues can have various tags:treatable: ionic doctor treat can attempt to fix the issueignored: configured not to be detected in ionic doctor check or ionic doctor treatexplicit-detection: issue is only detected explicitly with ionic doctor check <issue-id>You can flip whether an issue is ignored or not by using ionic config set -g doctor.issues.<issue-id>.ignored true/false, where <issue-id> matches an ID listed with this command.