-
Notifications
You must be signed in to change notification settings - Fork 1
Export CMDB data #14
Copy link
Copy link
Open
Labels
Description
Export every single detail from i-doit
For example, create a Word document:
idoitcli export --format markdown | pandoc --from markdown --to docx --output cmdb.docx
Options
| Option | Description |
|---|---|
--format |
markdown, json, raw (default) |
--toc |
Add table of contents |
--types |
Limit output to comma-separated list of object types (by their titles, constants or identifiers) |
--ids |
Limit output to comma-separated list of objects (by their identifiers) |
Output
- List every object type (table)
- For each object type: List every object (table)
- For each object list every category entry (table)
Reactions are currently unavailable