Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasei/marathon-recovery
simple script for recovery `/apps` json dump
https://github.com/jasei/marathon-recovery
Last synced: 1 day ago
JSON representation
simple script for recovery `/apps` json dump
- Host: GitHub
- URL: https://github.com/jasei/marathon-recovery
- Owner: JaSei
- License: mit
- Created: 2018-03-08T10:36:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T09:12:57.000Z (over 6 years ago)
- Last Synced: 2024-11-06T02:50:03.283Z (about 2 months ago)
- Language: Perl
- Size: 3.91 KB
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# marathon-recovery
simple script for recovery `/apps` json dump## how to use?
### docker way
```
docker build -t marathon-recovery .
cat marathon.json | docker run -i marathon-recovery --url http://my-marathon.host.com -
```### perl way
```
perl recovery.pl --url http://my-marathon.host.com marathon.json
```