(快速参考)

列出配置文件

用途

列出可用的配置文件

示例

grails list-profiles

说明

用法

grails list-profiles

列出可用的配置文件。注意:此命令可能需要一些时间才能执行,这取决于你的互联网连接。典型的输出如下所示

| Available Profiles
--------------------
* base - The base profile extended by other profiles
* plugin - Profile for plugins designed to work across all profiles
* profile - A profile for creating new Grails profiles
* web - Profile for Web applications
* rest-api - Profile for Web API applications
* web-plugin - Profile for Plugins designed for Web applications

如果你需要更多有关配置文件的信息,你可以使用 profile-info 命令。