https://github.com/hdonnay/saltctl
Command-line tool to talk to salt-api
https://github.com/hdonnay/saltctl
Last synced: about 2 months ago
JSON representation
Command-line tool to talk to salt-api
- Host: GitHub
- URL: https://github.com/hdonnay/saltctl
- Owner: hdonnay
- Created: 2013-07-04T18:47:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-08T17:08:47.000Z (almost 12 years ago)
- Last Synced: 2025-01-25T17:13:39.568Z (4 months ago)
- Language: Go
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
saltctl
======The salt controller
Building
--------% go get github.com/hdonnay/saltctl
or
% git clone https://github.com/hdonnay/saltctl.git
% makeToDo
----* pretty print results (should just mean a bit of type switching.)
* treat maps better (use fewer type assertions)
* report jid on timeout