agileconfig_create_app
Create a new application in AgileConfig. Specify the app name and optionally set group, secret, enable status, inheritance, and admin.
Instructions
创建一个新的应用。需要指定应用名称,可选设置分组、密钥、是否启用、是否继承、继承应用列表和管理员。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 应用名称(必填) | |
| group | No | 应用分组 | |
| secret | No | 应用密钥(不填则自动生成) | |
| enabled | No | 是否启用,默认 true | |
| appAdmin | No | 应用管理员用户名 | |
| inheritanced | No | 是否开启配置继承 | |
| inheritancedApps | No | 继承的应用 ID 列表 |