https://github.com/c4milo/slackbot
Primitive configuration management tool
https://github.com/c4milo/slackbot
Last synced: 26 days ago
JSON representation
Primitive configuration management tool
- Host: GitHub
- URL: https://github.com/c4milo/slackbot
- Owner: c4milo
- Created: 2019-05-26T01:15:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T03:42:58.000Z (about 7 years ago)
- Last Synced: 2025-07-28T05:51:38.546Z (11 months ago)
- Language: Go
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slackbot
[](https://godoc.org/github.com/c4milo/slackbot)
Primitive configuration management tool
## Usage
```
Usage:
slackbot run
slackbot -h | --help
slackbot -v | --version
Commands:
run Applies the state declared in the given slackbook YAML file
Options:
-V --verbose Turns on verbose output
-h --help Displays this help
-v --version Displays version string
```
## Example output
```
root@ubuntu:/mnt/hgfs/slackbot# ./bin/linux/slackbot run example/slackbook.yml
-----> Install apache2 and php5 packages...
-----> Make mod_dir try to find index.php first...
-----> Render index.php...
-----> Start apache2...
-----> Restart apache2...
-----> Reload apache2...
-----> Running 0 notified tasks...
Done 🎉
```