IronCoreLabs / IronCoreLabs/ironhide

Generate machine-parseable output

Open
#25 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
53
Forks
5
Avg merge
41m
Merged PRs (30d)
2

Description

When I run `ironhide file:info {some_file}`, I get output like this:
```
┌──────────────────────────┬───────────────────────────┬───────────────────────────────────────────┬───────────┬───────────┐
│ File │ Users with access │ Groups with access │ Created │ Updated │
├──────────────────────────┼───────────────────────────┼───────────────────────────────────────────┼───────────┼───────────┤
│ {some_file} │ bob.wall@ironcorelabs.com │ ICL-IT (48dc3c20d11bfd9f408c204e24a248f9) │ 12/6/2018 │ 12/6/2018 │
└──────────────────────────┴───────────────────────────┴───────────────────────────────────────────┴───────────┴───────────┘
```

It's not easy for a script to parse output like this. It would be nice to have an option to produce machine readable output, possibly:
- plain text, with one field per line
- JSON

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.