@@ -36,12 +36,15 @@ $ mergin --help
36
36
Usage: mergin [OPTIONS] COMMAND [ARGS]...
37
37
38
38
Command line interface for the Mergin client module. For user
39
- authentication on server there are two options: 1. authorization token
40
- environment variable (MERGIN_AUTH) is defined, or 2. username and
41
- password need to be given either as environment variables
42
- (MERGIN_USERNAME, MERGIN_PASSWORD), or as command options (--username,
43
- --password). Run `mergin --username <your_user> login` to see how to set
44
- the token variable manually.
39
+ authentication on server there are two options:
40
+
41
+ 1. authorization token environment variable (MERGIN_AUTH) is defined, or
42
+ 2. username and password need to be given either as environment variables
43
+ (MERGIN_USERNAME, MERGIN_PASSWORD), or as command options (--username,
44
+ --password).
45
+
46
+ Run `mergin --username <your_user> login` to see how to set the token
47
+ variable manually.
45
48
46
49
Options:
47
50
--url TEXT Mergin server URL. Default is:
@@ -55,18 +58,19 @@ Commands:
55
58
clone Clone project from server.
56
59
create Create a new project on Mergin server.
57
60
download Download last version of mergin project
61
+ download-file Download project file at specified version.
58
62
list-projects List projects on the server
59
63
login Login to the service and see how to set the token...
60
64
pull Fetch changes from Mergin repository
61
65
push Upload local changes into Mergin repository
62
66
remove Remove project from server.
67
+ share Fetch permissions to project
68
+ share-add Add permissions to [users] to project
69
+ share-remove Remove [users] permissions from project
63
70
show-file-changeset Displays information about project changes.
64
71
show-file-history Displays information about a single version of a...
65
72
show-version Displays information about a single version of a...
66
73
status Show all changes in project files - upstream and...
67
- share Show project permissions
68
- share-add Add user to project permissions
69
- share-remove Remove user from project's collaborators
70
74
```
71
75
72
76
For example, to download a project:
0 commit comments