Version: v5On this pageionic config getPrint config valuesionic config get [options]This command reads and prints configuration values from the project's ./ionic.config.json file. It can also operate on the global CLI configuration (~/.ionic/config.json) using the --global option.For nested properties, separate nest levels with dots. For example, the property name integrations.cordova will look in the integrations object for the cordova property.Without a property argument, this command prints out the entire config.For multi-app projects, this command is scoped to the current project by default. To operate at the root of the project configuration file instead, use the --root option.If you are using this command programmatically, you can use the --json option.This command will sanitize config output for known sensitive fields (disabled when using --json).Examples$ ionic config get$ ionic config get id$ ionic config get --global user.email$ ionic config get -g npmClientInputspropertyDescriptionThe property name you wish to getOptions--globalDescriptionUse global CLI configAliases-gAdvanced Options--jsonDescriptionOutput config values in JSON--rootDescriptionOperate on root of ./ionic.config.json