@@ -57,27 +57,27 @@ Usage:
57
57
58
58
Starts a gitbase server instance
59
59
60
- By default when gitbase encounters and error in a repository it
60
+ By default when gitbase encounters an error in a repository it
61
61
stops the query. With GITBASE_SKIP_GIT_ERRORS variable it won't
62
62
complain and just skip those rows or repositories.
63
63
64
64
Help Options:
65
- -h, --help Show this help message
65
+ -h, --help Show this help message
66
66
67
67
[server command options]
68
- -v Activates the verbose mode
69
- -g , --git= Path where the git repositories are located, multiple directories can
70
- be defined. Accepts globs.
71
- --siva= Path where the siva repositories are located, multiple directories can
72
- be defined. Accepts globs .
73
- --host= Host where the server is going to listen (default: localhost)
74
- -p, --port= Port where the server is going to listen (default: 3306)
75
- -u, --user= User name used for connection (default: root)
76
- -P, --password= Password used for connection
77
- --pilosa= URL to your pilosa server (default: http://localhost:10101)
78
- [$PILOSA_ENDPOINT ]
79
- -i, --index= Directory where the gitbase indexes information will be persisted .
80
- (default: /var/lib/gitbase/index) [$GITBASE_INDEX_DIR ]
81
- --no-squash Disables the table squashing.
82
- --trace Enables jaeger tracing [$GITBASE_TRACE]
83
- ```
68
+ -v Activates the verbose mode
69
+ -d , --directories= Path where the git repositories are located (standard and siva) , multiple directories can be defined. Accepts globs.
70
+ --depth= load repositories looking at less than <depth> nested subdirectories. (default: 1000)
71
+ --no-git disable the load of git standard repositories.
72
+ --no-siva disable the load of siva files .
73
+ --host= Host where the server is going to listen (default: localhost)
74
+ -p, --port= Port where the server is going to listen (default: 3306)
75
+ -u, --user= User name used for connection (default: root)
76
+ -P, --password= Password used for connection
77
+ --pilosa= URL to your pilosa server (default: http://localhost:10101) [$PILOSA_ENDPOINT]
78
+ -i, --index= Directory where the gitbase indexes information will be persisted. (default: /var/lib/gitbase/index) [$GITBASE_INDEX_DIR ]
79
+ --no-squash Disables the table squashing .
80
+ --trace Enables jaeger tracing [$GITBASE_TRACE ]
81
+ -r, --readonly Only allow read queries. This disables creating and deleting indexes as well. [$GITBASE_READONLY]
82
+
83
+ ```
0 commit comments