Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkeeler/consul-export
Exports data from a Consul installation
https://github.com/mkeeler/consul-export
Last synced: 19 days ago
JSON representation
Exports data from a Consul installation
- Host: GitHub
- URL: https://github.com/mkeeler/consul-export
- Owner: mkeeler
- License: mpl-2.0
- Created: 2024-05-13T19:42:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T19:53:59.000Z (6 months ago)
- Last Synced: 2024-10-13T01:18:22.001Z (about 1 month ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# consul-export
Export Consul data## Building
`go build ./cmd/consul-export`
## Exporting Data
To export Consul data to a file called data.json run the following:
`consul-export -output data.json`