ae-metadata
Installation
SKILL.md
ae-metadata
CLI domain metadata routes to the analysis capability gateway (/api/cli/analysis/v1/...), using auth header cli-token.
Parallel to ae-analysis. Use this skill for gateway-backed metadata detail and data-table/dimension-table operations; use ae-analysis for metadata list/search, metrics, virtual create, and batch edit.
Global AE CLI Rules
| Parameter | Description |
|---|---|
--format <json|table> |
Output format. Default JSON. |
--jq <expr> |
jq filter on JSON output. |
--host <url> |
Override active AE host, e.g. ae-cli metadata data-table list --host <url> .... |
--validate |
Optional: fix params only (/validate). Alone while iterating complex qp / payload — then run. Do not stack with --dry-run. |
--dry-run |
Optional: confirm ready to run (/dry-run). Alone for risk/output preview. Do not stack with --validate. |