Add pipeline support for consul snapshot
Open
theme/cli
type/enhancement
- Dominant language
- Go
- Stars
- 30.1k
- Forks
- 4.6k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 43
Description
Make it easier to backup up into backup software.
#### Feature Description
Most backup software can backup anything via Unix pipe, but consul snapshot don't support it.
Sample call:
```
CONSUL_HTTP_SSL=true consul snapshot save -http-addr=foo.foo.bar:8501 | echo >backup
Missing FILE argument
```
#### Use Case(s)
Automatic backup/restore
Contributor guide
Assessment
This issue has not been assessed yet.