(快速參考)

list-profiles

目的

列出可用的設定檔

範例

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 命令。