Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export CMDB data #14

Open
bheisig opened this issue Sep 25, 2018 · 1 comment
Open

Export CMDB data #14

bheisig opened this issue Sep 25, 2018 · 1 comment

Comments

@bheisig
Copy link
Owner

bheisig commented Sep 25, 2018

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)
@wernerflamme
Copy link

I'd love to see this 👍 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants