Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```