Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Yasumoto/ChefInspector
macOS app to view nodes in a Chef installation
https://github.com/Yasumoto/ChefInspector
Last synced: 3 months ago
JSON representation
macOS app to view nodes in a Chef installation
- Host: GitHub
- URL: https://github.com/Yasumoto/ChefInspector
- Owner: Yasumoto
- Created: 2018-03-06T03:29:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T19:48:26.000Z (over 6 years ago)
- Last Synced: 2024-11-08T09:22:54.353Z (3 months ago)
- Language: Swift
- Size: 459 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-source-mac-os-apps - ChefInspector - Node and Attribute viewer for Chef ![swift_icon] (Applications / Development)
- open-source-mac-os-apps - ChefInspector - Node and Attribute viewer for Chef ![swift_icon] (Applications / Development)
- awesome-swift-macos-apps - ChefInspector - Node and Attribute viewer for Chef (Development / Other Development)
- awesome-swift-macos-apps - ChefInspector - Node and Attribute viewer for Chef (Development / Other Development)
README
# ChefInspector
macOS app to view nodes in a [Chef installation](https://www.chef.io).
Uses your local [`~/.config.rb`](https://docs.chef.io/knife_setup.html) file for configuration thanks to [Gyutou](https://github.com/Yasumoto/Gyutou).
![](screenshot.png)
## About
This application will query your configured Chef server for a list of nodes, and cache them until you hit `Clear` to refresh the list.
It will filter the list of nodes based on your query string, and then query Chef for the node attributes when you click through. These attributes will be cached, and you can expand (option-click to expand an entire subtree) to view the rest of the data.
Lastly, if you need to search for a particular string/node, use the field at the bottom of the attribute display to filter based on your string query.