https://github.com/scottwinkler/sentinel-example-import
https://github.com/scottwinkler/sentinel-example-import
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scottwinkler/sentinel-example-import
- Owner: scottwinkler
- Created: 2018-12-19T01:34:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T01:12:26.000Z (over 6 years ago)
- Last Synced: 2025-01-21T11:45:37.358Z (4 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sentinel-example-import
Bare bones implementation of a sentinel import.
## Develop
```
dep ensure
go build
sentinel apply -config=config.json example.sentinel
```