https://github.com/grokzen/aic
Asset Inventory CLI
https://github.com/grokzen/aic
Last synced: 2 months ago
JSON representation
Asset Inventory CLI
- Host: GitHub
- URL: https://github.com/grokzen/aic
- Owner: Grokzen
- Created: 2016-07-16T09:47:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T17:37:44.000Z (almost 10 years ago)
- Last Synced: 2025-01-14T07:33:52.929Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
README
* All logging messages must be done to warning level or higher. Info logging level should not be used becuase it can interfere with output parsing. A regular run should be possible to pipe to a file.
* There are no argument if you want to output it to a file. Use regular stdout redirections on unix platforms.
* If `--pretty` is NOT used then the output will be squashed to a oneline and always be on the very last text row. Running `aic | tail -n 1` should always be possible to run.
* In case of any kind of exception in the run, error code 1 will be returned and the exception will be outputed last in the run. No data will be outputed in this case.