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

https://github.com/pottava/regex-replacer

https://hub.docker.com/r/pottava/regex-replacer/
https://github.com/pottava/regex-replacer

rust

Last synced: over 1 year ago
JSON representation

https://hub.docker.com/r/pottava/regex-replacer/

Awesome Lists containing this project

README

          

Supported tags and respective `Dockerfile` links:
・latest ([Dockerfile](https://github.com/pottava/regex-replacer/blob/master/Dockerfile))

## Usage

`docker-compose run --rm replace`

with a docker-compose.yml.

```
version: "2.1"

services:
replace:
image: pottava/regex-replacer
volumes:
- .:/app
environment:
- DELIMITER=,
- REPLACE_DELIMITER==
- REPLACE=#\{FOO\}=foo,@BAR=bar
- FILES=a.yaml,b.yaml
```