agnify report
agnify report create
Section titled “agnify report create”Create a report from a body file and print its URL.
Usage
agnify report create [OPTIONS]Options
| Flag | Description |
|---|---|
--title, -t | Report title. |
--html | HTML body file, or ’-’ for stdin. |
--markdown | Markdown body file, or ’-’ for stdin. |
--description, -d | — |
--data | JSON file of baked aggregates. |
--ref | Declare a source: kind:id[=label]. Repeatable. |
--visibility | private |
agnify report get
Section titled “agnify report get”Show a report’s metadata, or its raw source with —body.
Usage
agnify report get [OPTIONS] REPORT_IDArguments
| Name | Description |
|---|---|
REPORT_ID | Report id, or a unique id prefix (≥4 chars). |
Options
| Flag | Description |
|---|---|
--revision, -r | — |
--body | Print the raw source instead of metadata. |
agnify report ls
Section titled “agnify report ls”List the active org’s reports.
Usage
agnify report ls [OPTIONS]Options
| Flag | Description |
|---|---|
--mine | Only reports you own. |
agnify report revisions
Section titled “agnify report revisions”List a report’s retained revisions, newest first.
Usage
agnify report revisions REPORT_IDArguments
| Name | Description |
|---|---|
REPORT_ID | Report id, or a unique id prefix (≥4 chars). |
agnify report rm
Section titled “agnify report rm”Delete a report.
Usage
agnify report rm REPORT_IDArguments
| Name | Description |
|---|---|
REPORT_ID | Report id, or a unique id prefix (≥4 chars). |
agnify report update
Section titled “agnify report update”Update a report — a new revision when the body, data or refs change.
Usage
agnify report update [OPTIONS] REPORT_IDArguments
| Name | Description |
|---|---|
REPORT_ID | Report id, or a unique id prefix (≥4 chars). |
Options
| Flag | Description |
|---|---|
--html | New HTML body file, or ’-’. |
--markdown | New markdown body file, or ’-’. |
--title, -t | — |
--description, -d | — |
--data | JSON file of baked aggregates. |
--ref | Replace the declared sources: kind:id[=label]. Repeatable. |
--if-version | Fail with 409 unless the report is still at this version. |
agnify report validate
Section titled “agnify report validate”Lint a body against the report sandbox — no HTTP, no upload.
Usage
agnify report validate PATHArguments
| Name | Description |
|---|---|
PATH | Body file to lint, or ’-’ for stdin. |