We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d63cf commit be19be3Copy full SHA for be19be3
README.md
@@ -76,7 +76,7 @@ Pull images, you can omit `--delete-tags-after-pull` first time just to make sur
76
./registry.py --ids-file ids.txt --pull-gitlab-url https://gitlab.example.org --pull-project-path old/path
77
```
78
79
-Pull together with deleting tags after pull:
+Pull together with deleting tags after pull, if you want to run it for the second time, backup `ids.txt` file first, as it will be cleared:
80
81
./registry.py --ids-file ids.txt --pull-gitlab-url https://gitlab.example.org --pull-project-path old/path --delete-tags-after-pull
82
0 commit comments