-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathusage.txt
More file actions
36 lines (33 loc) · 765 Bytes
/
usage.txt
File metadata and controls
36 lines (33 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Usage: lutece.sh <action> [options]
Actions
sync - clone/update/move projects for git hub
config - Specify configuration for git
search - Search project
Options
global
-d
enable debug mode
-e
set email
-k
do not use hooks
-u
set first name and last name
sync
-t <protocol>
use this protocol for cloning (available: http, https, git and ssh; default is https)
-c <category>
limit the sync action to a specific category
search
-l
search only in local directories (default)
-r
Search only in github
Examples
initial sync
lutece.sh sync -t ssh
initial sync without prompt
lutece.sh sync -t https -e jeannmartin@paris.fr -u "Jean Martin"
I do not want to use hooks !
lutece.sh config -k
lutece.sh sync -k