Skip to content
Snippets Groups Projects
Commit 774739be authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Remove env specific info from readme

parent 955be084
Branches
Tags
1 merge request!3Development
Pipeline #4725 failed
......@@ -25,7 +25,7 @@ This project also include a script that allow one to migrate aliases from one in
Exemple d'usage :
```python
python tools/alias_copier.py --src-es https://es.data.beta.grandlyon.com:443 --dst-es https://elastic2.alpha.grandlyon.com:443 --src-idx download.data.grandlyon.com.v21 --dst-idx download.data.grandlyon.com.v21 --skip preprod
python tools/alias_copier.py --src-es https://<source-host>:443 --dst-es https://<destination-host>:443 --src-idx <src-index> --dst-idx <dst-index> --skip <ex: preprod>
```
Prefixes or suffixes to the alias with `--prepend` and `--append`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment