We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b55a16 commit 3b969dfCopy full SHA for 3b969df
README.md
@@ -78,6 +78,10 @@ For example, to download a project:
78
```
79
$ mergin --username john download john/project1 ~/mergin/project1
80
81
+To download a specific version of a project:
82
+```
83
+$ mergin --username john download --version v42 john/project1 ~/mergin/project1
84
85
86
If you do not want to specify username on the command line and be asked for you password every time,
87
it is possible to set env variables MERGIN_USERNAME and MERGIN_PASSWORD.
0 commit comments