bheisig / i-doit-cli

Access your CMDB on the command line interface
GNU Affero General Public License v3.0
13 stars 1 forks source link

Export CMDB data #14

Open bheisig opened 5 years ago

bheisig commented 5 years ago

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

wernerflamme commented 5 years ago

I'd love to see this :+1: :smiley: