Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 2.32 KB

reporting.md

File metadata and controls

65 lines (48 loc) · 2.32 KB

reporting

Usage

$ ezmesure-admin reporting --help

Commands

Name Description
list List all reporting tasks
info Get report

Commands details

list

Usage

$ ezmesure-admin reporting list --help

Options

Name Type Description
-s, --status Array Reporting status: ongoing, completed, error
-f, --frequencies Array Report frequency (weekly, monthly, quarterly, semi-annual, annual)
-j, --json Boolean Print result(s) in json
-n, --ndjson boolean Output newline delimited JSON file

Example :

$ ezmesure-admin reporting list my-space

╔══════════╤═════════════════════════════════════╤═══════════╤════════════════════════╤═══════╤═════════╗
║ Space    │ Dashboard                           │ Frequency │ Emails                 │ Print │ Sent at ║
╟──────────┼─────────────────────────────────────┼───────────┼────────────────────────┼───────┼─────────╢
║ my-space │ my Dashboard for reporting          │ 1w        │ [email protected], ... │ true  │         ║
╚══════════╧═════════════════════════════════════╧═══════════╧════════════════════════╧═══════╧═════════╝

info

Usage

$ ezmesure-admin reporting info --help

Options

Name Type Description
-s, --status Array Reporting status: ongoing, completed, error
-o, --output String Output path
--ndjson boolean Output newline delimited JSON file

Example :

$ ezmesure-admin reporting info -o ~/Documents/exports

Data exported successfully at /home/user/Téléchargements/reporting_info_2021_04_19_14_5_59.json