File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,19 @@ Usage
45
45
46
46
Show command options:
47
47
48
- python config_generator_cli.py --help
48
+ python src/ config_generator_cli.py --help
49
49
50
50
Generate both service configs and permissions:
51
51
52
- python config_generator_cli.py ./tenantConfig.json all
52
+ python src/ config_generator_cli.py ./tenantConfig.json all
53
53
54
54
Generate service config files:
55
55
56
- python config_generator_cli.py ./tenantConfig.json service_configs
56
+ python src/ config_generator_cli.py ./tenantConfig.json service_configs
57
57
58
58
Generate permissions file:
59
59
60
- python config_generator_cli.py ./tenantConfig.json permissions
60
+ python src/ config_generator_cli.py ./tenantConfig.json permissions
61
61
62
62
### Service
63
63
@@ -79,7 +79,7 @@ You can change the versions of the schemas that the ConfigGenerator uses for ver
79
79
80
80
Download JSON schemas:
81
81
82
- python download_json_schemas.py master
82
+ python src/ download_json_schemas.py master
83
83
84
84
85
85
Development
@@ -103,4 +103,4 @@ Run Demo-DB and QGIS Server:
103
103
104
104
Generate service configs and permissions for Docker:
105
105
106
- python config_generator_cli.py ./tenantConfig-example.json all
106
+ python src/ config_generator_cli.py ./tenantConfig-example.json all
You can’t perform that action at this time.
0 commit comments