@thinkingai/ae-cli 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -13
- package/dist/auth-BQC5DBE7.js +19 -0
- package/dist/auth-DXKYLMO7.js +81 -0
- package/dist/chunk-3CDLNXTD.js +218 -0
- package/dist/chunk-53FNNCZW.js +174 -0
- package/dist/chunk-EBFUVWIZ.js +127 -0
- package/dist/chunk-ZYXIGPG7.js +148 -0
- package/dist/client-T4VODLA6.js +16 -0
- package/dist/community-FVDAWGS4.js +684 -0
- package/dist/config-V7AXKDMB.js +242 -0
- package/dist/index.js +16 -15
- package/dist/raw-G3GKHAPZ.js +61 -0
- package/dist/te-analysis-CHFTDN55.js +871 -0
- package/dist/te-audience-M6LQY6M7.js +350 -0
- package/dist/te-common-BLQ7DVGC.js +144 -0
- package/dist/te-dataops-V4OTKY35.js +1853 -0
- package/dist/te-engage-DXE4R5EW.js +1470 -0
- package/dist/te-meta-FMM7KCVI.js +479 -0
- package/package.json +7 -5
- package/skills/te-analysis/SKILL.md +10 -10
- package/skills/te-analysis/references/build-entity-details-sql.md +10 -10
- package/skills/te-analysis/references/build-event-details-sql.md +10 -10
- package/skills/te-analysis/references/create-alert.md +4 -4
- package/skills/te-analysis/references/create-dashboard.md +4 -4
- package/skills/te-analysis/references/create-or-update-dashboard-note.md +4 -4
- package/skills/te-analysis/references/create-public-access-link.md +4 -4
- package/skills/te-analysis/references/create-report.md +10 -10
- package/skills/te-analysis/references/create-result-cluster.md +4 -4
- package/skills/te-analysis/references/drilldown-user-events.md +6 -6
- package/skills/te-analysis/references/drilldown-users.md +4 -4
- package/skills/te-analysis/references/get-alert-definition-schema.md +3 -3
- package/skills/te-analysis/references/get-alert.md +3 -3
- package/skills/te-analysis/references/get-analysis-query-schema.md +4 -4
- package/skills/te-analysis/references/get-filter-schema.md +3 -3
- package/skills/te-analysis/references/get-groupby-schema.md +3 -3
- package/skills/te-analysis/references/get-report-definition.md +3 -3
- package/skills/te-analysis/references/get-table-columns.md +3 -3
- package/skills/te-analysis/references/list-alerts.md +4 -4
- package/skills/te-analysis/references/list-dashboards.md +4 -4
- package/skills/te-analysis/references/list-public-access-links.md +3 -3
- package/skills/te-analysis/references/list-reports.md +4 -4
- package/skills/te-analysis/references/load-filters.md +4 -4
- package/skills/te-analysis/references/query-adhoc.md +10 -10
- package/skills/te-analysis/references/query-dashboard-detail.md +3 -3
- package/skills/te-analysis/references/query-dashboard-report-data.md +9 -9
- package/skills/te-analysis/references/query-entity-details.md +10 -10
- package/skills/te-analysis/references/query-event-details.md +10 -10
- package/skills/te-analysis/references/query-report-data.md +11 -11
- package/skills/te-analysis/references/update-alert.md +4 -4
- package/skills/te-analysis/references/update-dashboard.md +4 -4
- package/skills/te-analysis/references/update-public-access-link.md +4 -4
- package/skills/te-audience/SKILL.md +5 -5
- package/skills/te-audience/references/create-cluster.md +10 -10
- package/skills/te-audience/references/create-tag.md +10 -10
- package/skills/te-audience/references/get-cluster-definition-schema.md +9 -9
- package/skills/te-audience/references/get-clusters-by-name.md +3 -3
- package/skills/te-audience/references/get-tag-definition-schema.md +3 -3
- package/skills/te-audience/references/get-tags-by-name.md +3 -3
- package/skills/te-audience/references/list-cluster-members.md +4 -4
- package/skills/te-audience/references/list-clusters.md +4 -4
- package/skills/te-audience/references/list-tag-members.md +4 -4
- package/skills/te-audience/references/list-tags.md +4 -4
- package/skills/te-audience/references/refresh-cluster.md +3 -3
- package/skills/te-audience/references/refresh-tag.md +3 -3
- package/skills/te-audience/references/update-cluster.md +9 -9
- package/skills/te-audience/references/update-tag.md +10 -10
- package/skills/te-common/SKILL.md +2 -2
- package/skills/te-common/references/get-resource-url.md +5 -5
- package/skills/te-common/references/list-projects.md +3 -3
- package/skills/te-community/SKILL.md +61 -69
- package/skills/te-community/references/community-activity-analysis.md +43 -43
- package/skills/te-community/references/community-analyzing-official-content.md +47 -47
- package/skills/te-community/references/community-analyzing-theme-comment.md +87 -87
- package/skills/te-community/references/community-character-analysis.md +44 -44
- package/skills/te-community/references/community-daily-report.md +56 -53
- package/skills/te-community/references/community-hottopic-insight.md +81 -87
- package/skills/te-community/references/community-weekly-report.md +54 -53
- package/skills/te-community/references/get_channel_info.md +9 -9
- package/skills/te-community/references/get_comment_tag_analysis.md +15 -15
- package/skills/te-community/references/get_comments_summary.md +15 -15
- package/skills/te-community/references/get_corpus_tags.md +9 -9
- package/skills/te-community/references/get_daily_summary.md +10 -10
- package/skills/te-community/references/get_hot_topics.md +12 -12
- package/skills/te-community/references/get_livestream_analysis.md +9 -9
- package/skills/te-community/references/get_livestream_detail.md +19 -19
- package/skills/te-community/references/get_livestream_list.md +13 -13
- package/skills/te-community/references/get_livestream_overview.md +11 -11
- package/skills/te-community/references/get_livestream_room_metrics.md +12 -12
- package/skills/te-community/references/get_livestream_rooms.md +12 -12
- package/skills/te-community/references/get_overview_metrics.md +12 -12
- package/skills/te-community/references/get_post_detail.md +21 -21
- package/skills/te-community/references/get_risk_content.md +23 -23
- package/skills/te-community/references/get_sentiment_overview.md +16 -16
- package/skills/te-community/references/get_tag_trends.md +13 -13
- package/skills/te-community/references/get_topic_detail.md +12 -12
- package/skills/te-community/references/search_posts.md +26 -26
- package/skills/te-dataops/SKILL.md +390 -392
- package/skills/te-dataops/references/dataops-flow-create.md +87 -87
- package/skills/te-dataops/references/dataops-flow-monitor.md +65 -65
- package/skills/te-dataops/references/dataops-integration.md +90 -85
- package/skills/te-dataops/references/dataops-query.md +58 -58
- package/skills/te-dataops/references/dataops-table.md +63 -63
- package/skills/te-engage/SKILL.md +103 -103
- package/skills/te-engage/references/add-approver.md +11 -11
- package/skills/te-engage/references/add-channel.md +34 -34
- package/skills/te-engage/references/approver-list.md +8 -8
- package/skills/te-engage/references/cancel-query-by-request-id.md +10 -10
- package/skills/te-engage/references/channel-detail.md +13 -13
- package/skills/te-engage/references/channel-list.md +15 -15
- package/skills/te-engage/references/config-channel-detail.md +10 -10
- package/skills/te-engage/references/config-channel-list.md +11 -11
- package/skills/te-engage/references/config-item-analysis-report.md +21 -21
- package/skills/te-engage/references/config-item-detail.md +10 -10
- package/skills/te-engage/references/config-item-list.md +8 -8
- package/skills/te-engage/references/config-item-strategy-comparison.md +14 -14
- package/skills/te-engage/references/config-item-trigger-report.md +26 -26
- package/skills/te-engage/references/copy-config-template.md +16 -16
- package/skills/te-engage/references/delete-channel.md +11 -11
- package/skills/te-engage/references/delete-config-channel.md +11 -11
- package/skills/te-engage/references/delete-config-item.md +12 -12
- package/skills/te-engage/references/delete-flow.md +11 -11
- package/skills/te-engage/references/flow-ab-split-node-report.md +29 -29
- package/skills/te-engage/references/flow-detail.md +19 -19
- package/skills/te-engage/references/flow-list.md +8 -8
- package/skills/te-engage/references/flow-node-config-schema.md +11 -11
- package/skills/te-engage/references/flow-node-detail-report.md +30 -30
- package/skills/te-engage/references/flow-node-overview-report.md +27 -27
- package/skills/te-engage/references/flow-process-report.md +32 -32
- package/skills/te-engage/references/manage-flow.md +44 -44
- package/skills/te-engage/references/manage-strategy.md +37 -37
- package/skills/te-engage/references/manage-task.md +20 -20
- package/skills/te-engage/references/modify-flow-base-info.md +14 -14
- package/skills/te-engage/references/save-flow.md +264 -263
- package/skills/te-engage/references/strategy-detail.md +16 -16
- package/skills/te-engage/references/strategy-list.md +10 -10
- package/skills/te-engage/references/task-data-detail.md +47 -47
- package/skills/te-engage/references/task-data-overview.md +23 -23
- package/skills/te-engage/references/task-detail.md +18 -18
- package/skills/te-engage/references/task-experiment-report.md +26 -26
- package/skills/te-engage/references/task-list.md +35 -35
- package/skills/te-engage/references/task-metric-detail.md +31 -31
- package/skills/te-engage/references/task-stats.md +31 -31
- package/skills/te-engage/references/update-channel-status.md +13 -13
- package/skills/te-engage/references/update-config-channel-status.md +14 -14
- package/skills/te-engage/references/validate-flow-node-config.md +15 -15
- package/skills/te-engage/references/whitelist-list.md +8 -8
- package/skills/te-meta/SKILL.md +5 -5
- package/skills/te-meta/references/batch-create-metadata.md +4 -4
- package/skills/te-meta/references/batch-edit-metadata.md +3 -3
- package/skills/te-meta/references/create-metric.md +12 -12
- package/skills/te-meta/references/create-project-mark-time.md +4 -4
- package/skills/te-meta/references/create-virtual-event.md +10 -10
- package/skills/te-meta/references/create-virtual-property.md +8 -8
- package/skills/te-meta/references/delete-project-mark-times.md +3 -3
- package/skills/te-meta/references/delete-track-items.md +3 -3
- package/skills/te-meta/references/get-metric.md +3 -3
- package/skills/te-meta/references/get-project-config.md +3 -3
- package/skills/te-meta/references/get-track-program.md +3 -3
- package/skills/te-meta/references/list-entities.md +4 -4
- package/skills/te-meta/references/list-events.md +4 -4
- package/skills/te-meta/references/list-metrics.md +4 -4
- package/skills/te-meta/references/list-project-mark-times.md +4 -4
- package/skills/te-meta/references/list-project-users.md +3 -3
- package/skills/te-meta/references/list-properties.md +4 -4
- package/skills/te-meta/references/save-track-items.md +3 -3
- package/skills/te-meta/references/update-metric.md +10 -10
- package/skills/te-meta/references/update-project-mark-time.md +4 -4
- package/skills/te-shared/SKILL.md +8 -8
- package/skills/te-community/references/community-release-analysis.md +0 -79
- package/skills/te-dataops/references/dataops-operations.md +0 -107
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
# te-engage +
|
|
1
|
+
# te-engage +add_channel
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Create a new Engage channel.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Mapped command: `ae-cli engage +add_channel`
|
|
8
8
|
|
|
9
9
|
## Flags
|
|
10
10
|
|
|
11
|
-
| Flag |
|
|
11
|
+
| Flag | Type | Required | Description |
|
|
12
12
|
|------|------|------|------|
|
|
13
|
-
| `--
|
|
14
|
-
| `--req` | json |
|
|
13
|
+
| `--project_id` / `-p` | number | Yes | Project ID |
|
|
14
|
+
| `--req` | json | Yes | Channel creation request JSON object |
|
|
15
15
|
|
|
16
|
-
## `--req`
|
|
16
|
+
## `--req` Object Fields
|
|
17
17
|
|
|
18
|
-
|
|
|
18
|
+
| Field | Type | Required | Description |
|
|
19
19
|
|------|------|------|------|
|
|
20
|
-
| `channelType` | number |
|
|
21
|
-
| `channelSubBizType` | string |
|
|
22
|
-
| `channelName` | string |
|
|
23
|
-
| `pushIdType` | string |
|
|
24
|
-
| `config` | string |
|
|
25
|
-
| `enableTouchEvent` | number |
|
|
26
|
-
| `eventClickName` | string |
|
|
27
|
-
| `eventDeliveryName` | string |
|
|
28
|
-
| `touchEventSource` | string |
|
|
20
|
+
| `channelType` | number | Yes | channel type |
|
|
21
|
+
| `channelSubBizType` | string | Yes | channel subtype, for example `webhook`、`fcm`、`aurora` |
|
|
22
|
+
| `channelName` | string | Yes | channel name |
|
|
23
|
+
| `pushIdType` | string | Yes | push target ID field name |
|
|
24
|
+
| `config` | string | Yes | channel config JSON string |
|
|
25
|
+
| `enableTouchEvent` | number | Yes | touch event switch |
|
|
26
|
+
| `eventClickName` | string | Yes | click event name |
|
|
27
|
+
| `eventDeliveryName` | string | Yes | delivery event name |
|
|
28
|
+
| `touchEventSource` | string | Yes | touch event source |
|
|
29
29
|
|
|
30
|
-
`projectId`
|
|
30
|
+
`projectId` is automatically written into the `--req` object by the CLI, so you do not need to fill it manually. If you provide a field with the same name, the top-level `--project_id` takes precedence.
|
|
31
31
|
|
|
32
|
-
##
|
|
32
|
+
## Enum Notes
|
|
33
33
|
|
|
34
34
|
### `req.channelType`
|
|
35
35
|
|
|
@@ -41,34 +41,34 @@
|
|
|
41
41
|
|
|
42
42
|
### `req.channelSubBizType`
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
Common values are listed below and should usually match `channelType`:
|
|
45
45
|
|
|
46
|
-
- `webhook`: Webhook
|
|
46
|
+
- `webhook`: Webhook channel
|
|
47
47
|
- `fcm`: App Push, Firebase Cloud Messaging
|
|
48
48
|
- `aurora`: App Push, Aurora
|
|
49
49
|
- `apns`: App Push, Apple Push Notification Service
|
|
50
50
|
- `client`: Client Push
|
|
51
|
-
- `wechat_mini_game`:
|
|
52
|
-
- `dou_yin_recommended_game_card`:
|
|
51
|
+
- `wechat_mini_game`: WeChat mini game
|
|
52
|
+
- `dou_yin_recommended_game_card`: Douyin recommended game card
|
|
53
53
|
|
|
54
54
|
### `req.enableTouchEvent`
|
|
55
55
|
|
|
56
|
-
- `0`:
|
|
57
|
-
- `1`:
|
|
56
|
+
- `0`: disable touch events
|
|
57
|
+
- `1`: enable touch events
|
|
58
58
|
|
|
59
|
-
##
|
|
59
|
+
## Additional Constraints
|
|
60
60
|
|
|
61
|
-
- `req.config`
|
|
62
|
-
- `req.channelSubBizType`
|
|
63
|
-
-
|
|
61
|
+
- `req.config` must be a JSON string, not a JSON object.
|
|
62
|
+
- `req.channelSubBizType` should match the actual channel capability; for example, when `channelType=1`, `webhook` is usually used.
|
|
63
|
+
- If delivery or click callbacks are required, also check that `eventDeliveryName`, `eventClickName`, and `touchEventSource` are complete.
|
|
64
64
|
|
|
65
|
-
##
|
|
65
|
+
## Safety Constraints
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
This command is a **write operation** and creates a new channel. Check that the `--req` fields are complete before executing.
|
|
68
68
|
|
|
69
|
-
##
|
|
69
|
+
## Examples
|
|
70
70
|
|
|
71
71
|
```bash
|
|
72
|
-
|
|
72
|
+
ae-cli engage +add_channel --project_id 1 \
|
|
73
73
|
--req '{"channelType":1,"channelSubBizType":"webhook","channelName":"demo","pushIdType":"user_id","config":"{}","enableTouchEvent":0,"eventClickName":"","eventDeliveryName":"","touchEventSource":""}'
|
|
74
74
|
```
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
# te-engage +
|
|
1
|
+
# te-engage +approver_list
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Query the project approver list.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Mapped command: `ae-cli engage +approver_list`
|
|
8
8
|
|
|
9
9
|
## Flags
|
|
10
10
|
|
|
11
|
-
| Flag |
|
|
11
|
+
| Flag | Type | Required | Description |
|
|
12
12
|
|------|------|------|------|
|
|
13
|
-
| `--
|
|
13
|
+
| `--project_id` / `-p` | number | Yes | Project ID |
|
|
14
14
|
|
|
15
|
-
##
|
|
15
|
+
## Examples
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
|
|
18
|
+
ae-cli engage +approver_list --project_id 1
|
|
19
19
|
```
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
# te-engage +
|
|
1
|
+
# te-engage +cancel_query_by_request_id
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Cancel a running data query by requestId.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Mapped command: `ae-cli engage +cancel_query_by_request_id`
|
|
8
8
|
|
|
9
9
|
## Flags
|
|
10
10
|
|
|
11
|
-
| Flag |
|
|
11
|
+
| Flag | Type | Required | Description |
|
|
12
12
|
|------|------|------|------|
|
|
13
|
-
| `--
|
|
13
|
+
| `--request_id` | string | Yes | Query requestId |
|
|
14
14
|
|
|
15
|
-
##
|
|
15
|
+
## Safety Constraints
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
This command is a **write operation** and cancels an existing query.
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## Examples
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
|
|
22
|
+
ae-cli engage +cancel_query_by_request_id --request_id 00000000-0000-0000-0000-000000000000
|
|
23
23
|
```
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
# te-engage +
|
|
1
|
+
# te-engage +channel_detail
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Query the details of a single Engage channel.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Mapped command: `ae-cli engage +channel_detail`
|
|
8
8
|
|
|
9
9
|
## Flags
|
|
10
10
|
|
|
11
|
-
| Flag |
|
|
11
|
+
| Flag | Type | Required | Description |
|
|
12
12
|
|------|------|------|------|
|
|
13
|
-
| `--
|
|
14
|
-
| `--
|
|
13
|
+
| `--project_id` / `-p` | number | Yes | Project ID |
|
|
14
|
+
| `--channel_id` | string | Yes | channel ID |
|
|
15
15
|
|
|
16
|
-
##
|
|
16
|
+
## Common enums in the response
|
|
17
17
|
|
|
18
18
|
### `channelStatus`
|
|
19
19
|
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
### `channelSubBizType`
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
Common values include:
|
|
34
34
|
|
|
35
35
|
- `webhook`
|
|
36
36
|
- `fcm`
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
|
|
43
43
|
### `enableTouchEvent`
|
|
44
44
|
|
|
45
|
-
- `0`:
|
|
46
|
-
- `1`:
|
|
45
|
+
- `0`: disable the touch funnel
|
|
46
|
+
- `1`: enable the touch funnel
|
|
47
47
|
|
|
48
|
-
##
|
|
48
|
+
## Examples
|
|
49
49
|
|
|
50
50
|
```bash
|
|
51
|
-
|
|
51
|
+
ae-cli engage +channel_detail --project_id 1 --channel_id <channel_id>
|
|
52
52
|
```
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
# te-engage +
|
|
1
|
+
# te-engage +channel_list
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Query the list of Engage channels in a project.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Mapped command: `ae-cli engage +channel_list`
|
|
8
8
|
|
|
9
9
|
## Flags
|
|
10
10
|
|
|
11
|
-
| Flag |
|
|
11
|
+
| Flag | Type | Required | Description |
|
|
12
12
|
|------|------|------|------|
|
|
13
|
-
| `--
|
|
14
|
-
| `--
|
|
15
|
-
| `--
|
|
13
|
+
| `--project_id` / `-p` | number | Yes | Project ID |
|
|
14
|
+
| `--provider_list` | json | No | Provider list JSON array |
|
|
15
|
+
| `--channel_status` | number | No | Channel status filter |
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Enum Notes
|
|
18
18
|
|
|
19
|
-
### `--
|
|
19
|
+
### `--channel_status`
|
|
20
20
|
|
|
21
21
|
- `0`: disabled
|
|
22
22
|
- `1`: enabled
|
|
23
23
|
|
|
24
|
-
### `--
|
|
24
|
+
### `--provider_list`
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
Common provider / channelSubBizType values:
|
|
27
27
|
|
|
28
28
|
- `webhook`
|
|
29
29
|
- `fcm`
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
- `wechat_mini_game`
|
|
34
34
|
- `dou_yin_recommended_game_card`
|
|
35
35
|
|
|
36
|
-
##
|
|
36
|
+
## Examples
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
|
|
40
|
-
|
|
39
|
+
ae-cli engage +channel_list --project_id 1
|
|
40
|
+
ae-cli engage +channel_list --project_id 1 --provider_list '["webhook","fcm"]'
|
|
41
41
|
```
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
# te-engage +
|
|
1
|
+
# te-engage +config_channel_detail
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Query config channel details.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Mapped command: `ae-cli engage +config_channel_detail`
|
|
8
8
|
|
|
9
9
|
## Flags
|
|
10
10
|
|
|
11
|
-
| Flag |
|
|
11
|
+
| Flag | Type | Required | Description |
|
|
12
12
|
|------|------|------|------|
|
|
13
|
-
| `--
|
|
14
|
-
| `--
|
|
13
|
+
| `--project_id` / `-p` | number | Yes | Project ID |
|
|
14
|
+
| `--channel_id` | string | Yes | config channel ID |
|
|
15
15
|
|
|
16
|
-
##
|
|
16
|
+
## Common enums in the response
|
|
17
17
|
|
|
18
18
|
### `channelType`
|
|
19
19
|
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
- `1`: enabled
|
|
26
26
|
- `2`: disabled
|
|
27
27
|
|
|
28
|
-
##
|
|
28
|
+
## Examples
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
|
|
31
|
+
ae-cli engage +config_channel_detail --project_id 1 --channel_id <channel_id>
|
|
32
32
|
```
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
# te-engage +
|
|
1
|
+
# te-engage +config_channel_list
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Query the config channel list.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Mapped command: `ae-cli engage +config_channel_list`
|
|
8
8
|
|
|
9
9
|
## Flags
|
|
10
10
|
|
|
11
|
-
| Flag |
|
|
11
|
+
| Flag | Type | Required | Description |
|
|
12
12
|
|------|------|------|------|
|
|
13
|
-
| `--
|
|
14
|
-
| `--
|
|
13
|
+
| `--project_id` / `-p` | number | Yes | Project ID |
|
|
14
|
+
| `--channel_type` | number | No | config channel type |
|
|
15
15
|
|
|
16
|
-
##
|
|
16
|
+
## Enum Notes
|
|
17
17
|
|
|
18
|
-
### `--
|
|
18
|
+
### `--channel_type`
|
|
19
19
|
|
|
20
20
|
- `0`: `WEBHOOK`
|
|
21
21
|
- `1`: `CLIENT`
|
|
22
22
|
|
|
23
|
-
##
|
|
23
|
+
## Examples
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
|
|
26
|
+
ae-cli engage +config_channel_list --project_id 1
|
|
27
27
|
```
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
# te-engage +
|
|
1
|
+
# te-engage +config_item_analysis_report
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Query the config item analysis report.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Mapped command: `ae-cli engage +config_item_analysis_report`
|
|
8
8
|
|
|
9
9
|
## Flags
|
|
10
10
|
|
|
11
|
-
| Flag |
|
|
11
|
+
| Flag | Type | Required | Description |
|
|
12
12
|
|------|------|------|------|
|
|
13
|
-
| `--
|
|
14
|
-
| `--
|
|
15
|
-
| `--
|
|
16
|
-
| `--
|
|
17
|
-
| `--
|
|
18
|
-
| `--
|
|
19
|
-
| `--
|
|
20
|
-
| `--
|
|
13
|
+
| `--project_id` / `-p` | number | Yes | Project ID |
|
|
14
|
+
| `--config_id` | string | Yes | config item ID |
|
|
15
|
+
| `--start_time` | string | Yes | Start date |
|
|
16
|
+
| `--end_time` | string | Yes | End date |
|
|
17
|
+
| `--request_id` | string | No | Query requestId |
|
|
18
|
+
| `--template_id_list` | json | No | template ID JSON array |
|
|
19
|
+
| `--strategy_id_list` | json | No | strategy ID JSON array |
|
|
20
|
+
| `--show_time_zone` | number | No | display timezone offset |
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## Parameter Constraints
|
|
23
23
|
|
|
24
|
-
- `--
|
|
25
|
-
-
|
|
26
|
-
- `--
|
|
24
|
+
- `--template_id_list` and `--strategy_id_list` cannot be used together.
|
|
25
|
+
- If neither is provided, query config-item-level data.
|
|
26
|
+
- `--start_time`、`--end_time` use `yyyy-MM-dd`.
|
|
27
27
|
|
|
28
|
-
##
|
|
28
|
+
## Examples
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
|
|
32
|
-
--
|
|
33
|
-
--
|
|
31
|
+
ae-cli engage +config_item_analysis_report \
|
|
32
|
+
--project_id 1 --config_id cfg_123 \
|
|
33
|
+
--start_time 2026-04-01 --end_time 2026-04-07
|
|
34
34
|
```
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
# te-engage +
|
|
1
|
+
# te-engage +config_item_detail
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Query config item details.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Mapped command: `ae-cli engage +config_item_detail`
|
|
8
8
|
|
|
9
9
|
## Flags
|
|
10
10
|
|
|
11
|
-
| Flag |
|
|
11
|
+
| Flag | Type | Required | Description |
|
|
12
12
|
|------|------|------|------|
|
|
13
|
-
| `--
|
|
14
|
-
| `--
|
|
13
|
+
| `--project_id` / `-p` | number | Yes | Project ID |
|
|
14
|
+
| `--config_id` | string | Yes | config item ID |
|
|
15
15
|
|
|
16
|
-
##
|
|
16
|
+
## Common enums in the response
|
|
17
17
|
|
|
18
18
|
### `channelType`
|
|
19
19
|
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
- `4`: `WECHAT`
|
|
24
24
|
- `5`: `DOU_YIN`
|
|
25
25
|
|
|
26
|
-
##
|
|
26
|
+
## Examples
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
|
|
29
|
+
ae-cli engage +config_item_detail --project_id 1 --config_id cfg_123
|
|
30
30
|
```
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
# te-engage +
|
|
1
|
+
# te-engage +config_item_list
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Query the list of config items in a project.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Mapped command: `ae-cli engage +config_item_list`
|
|
8
8
|
|
|
9
9
|
## Flags
|
|
10
10
|
|
|
11
|
-
| Flag |
|
|
11
|
+
| Flag | Type | Required | Description |
|
|
12
12
|
|------|------|------|------|
|
|
13
|
-
| `--
|
|
13
|
+
| `--project_id` / `-p` | number | Yes | Project ID |
|
|
14
14
|
|
|
15
|
-
##
|
|
15
|
+
## Examples
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
|
|
18
|
+
ae-cli engage +config_item_list --project_id 1
|
|
19
19
|
```
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
# te-engage +
|
|
1
|
+
# te-engage +config_item_strategy_comparison
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Compare multiple strategies under the same config item.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Mapped command: `ae-cli engage +config_item_strategy_comparison`
|
|
8
8
|
|
|
9
9
|
## Flags
|
|
10
10
|
|
|
11
|
-
| Flag |
|
|
11
|
+
| Flag | Type | Required | Description |
|
|
12
12
|
|------|------|------|------|
|
|
13
|
-
| `--
|
|
14
|
-
| `--
|
|
15
|
-
| `--
|
|
16
|
-
| `--
|
|
17
|
-
| `--
|
|
13
|
+
| `--project_id` / `-p` | number | Yes | Project ID |
|
|
14
|
+
| `--config_id` | string | Yes | config item ID |
|
|
15
|
+
| `--strategy_id_list` | json | Yes | strategy ID JSON array with at least two entries |
|
|
16
|
+
| `--request_id` | string | No | query requestId |
|
|
17
|
+
| `--show_time_zone` | number | No | display timezone offset |
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## Examples
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
|
|
23
|
-
--
|
|
24
|
-
--
|
|
22
|
+
ae-cli engage +config_item_strategy_comparison \
|
|
23
|
+
--project_id 1 --config_id cfg_123 \
|
|
24
|
+
--strategy_id_list '["strategy_a","strategy_b"]'
|
|
25
25
|
```
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
# te-engage +
|
|
1
|
+
# te-engage +config_item_trigger_report
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Query the publish and trigger trend report for a config item.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Mapped command: `ae-cli engage +config_item_trigger_report`
|
|
8
8
|
|
|
9
9
|
## Flags
|
|
10
10
|
|
|
11
|
-
| Flag |
|
|
11
|
+
| Flag | Type | Required | Description |
|
|
12
12
|
|------|------|------|------|
|
|
13
|
-
| `--
|
|
14
|
-
| `--
|
|
15
|
-
| `--
|
|
16
|
-
| `--
|
|
17
|
-
| `--
|
|
18
|
-
| `--
|
|
19
|
-
| `--
|
|
20
|
-
| `--
|
|
21
|
-
| `--
|
|
13
|
+
| `--project_id` / `-p` | number | Yes | Project ID |
|
|
14
|
+
| `--config_id` | string | Yes | config item ID |
|
|
15
|
+
| `--start_time` | string | Yes | Start date |
|
|
16
|
+
| `--end_time` | string | Yes | End date |
|
|
17
|
+
| `--request_id` | string | No | query requestId |
|
|
18
|
+
| `--template_id_list` | json | No | template ID JSON array |
|
|
19
|
+
| `--strategy_id_list` | json | No | strategy ID JSON array |
|
|
20
|
+
| `--show_time_zone` | number | No | display timezone offset |
|
|
21
|
+
| `--analyze_report_internal_query` | boolean | No | internal analysis switch |
|
|
22
22
|
|
|
23
|
-
##
|
|
23
|
+
## Enum Notes
|
|
24
24
|
|
|
25
|
-
### `--
|
|
25
|
+
### `--analyze_report_internal_query`
|
|
26
26
|
|
|
27
|
-
- `true`:
|
|
28
|
-
- `false`:
|
|
27
|
+
- `true`: use the internal analysis-report query path
|
|
28
|
+
- `false`: use the default query path
|
|
29
29
|
|
|
30
|
-
##
|
|
30
|
+
## Parameter Constraints
|
|
31
31
|
|
|
32
|
-
- `--
|
|
33
|
-
-
|
|
34
|
-
- `--
|
|
32
|
+
- `--template_id_list` and `--strategy_id_list` cannot be used together.
|
|
33
|
+
- If neither is provided, query config-item-level data.
|
|
34
|
+
- `--start_time`、`--end_time` use `yyyy-MM-dd`.
|
|
35
35
|
|
|
36
|
-
##
|
|
36
|
+
## Examples
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
|
|
40
|
-
--
|
|
41
|
-
--
|
|
39
|
+
ae-cli engage +config_item_trigger_report \
|
|
40
|
+
--project_id 1 --config_id cfg_123 \
|
|
41
|
+
--start_time 2026-04-01 --end_time 2026-04-07
|
|
42
42
|
```
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
# te-engage +
|
|
1
|
+
# te-engage +copy_config_template
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Copy a template from the source config item to the target config item.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Mapped command: `ae-cli engage +copy_config_template`
|
|
8
8
|
|
|
9
9
|
## Flags
|
|
10
10
|
|
|
11
|
-
| Flag |
|
|
11
|
+
| Flag | Type | Required | Description |
|
|
12
12
|
|------|------|------|------|
|
|
13
|
-
| `--
|
|
14
|
-
| `--
|
|
15
|
-
| `--
|
|
16
|
-
| `--
|
|
17
|
-
| `--
|
|
13
|
+
| `--source_project_id` | number | Yes | source Project ID |
|
|
14
|
+
| `--source_config_id` | string | Yes | source config item ID |
|
|
15
|
+
| `--source_template_id` | string | Yes | source template ID |
|
|
16
|
+
| `--project_id` / `-p` | number | Yes | target Project ID |
|
|
17
|
+
| `--config_id` | string | Yes | target config item ID |
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## Safety Constraints
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
This command is a **write operation** and and copies the template and dependent resources.
|
|
22
22
|
|
|
23
|
-
##
|
|
23
|
+
## Examples
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
|
|
27
|
-
--
|
|
28
|
-
--
|
|
26
|
+
ae-cli engage +copy_config_template \
|
|
27
|
+
--source_project_id 1 --source_config_id src_cfg --source_template_id tpl_1 \
|
|
28
|
+
--project_id 2 --config_id dst_cfg
|
|
29
29
|
```
|