Referenz der Kommandozeilen-Tools¶
Sobald der GBD WebSuite Server gestartet ist, steht Ihnen das Kommandozeilen-Tool (CLI) gws
zur Verfügung. gws
läuft innerhalb des GWS Containers, also wird es mit docker exec
aufgerufen:
docker exec -it my-gws-container gws -h
wobei my-gws-container
ein von Ihnen vergebener Container-Name ist.
Sie können für diesen Befehl einen Alias oder Skript erstellen, z.B.
alias gws='docker exec -it my-gws-container gws'
Die allgemeine Syntax für CLI-Befehle lautet
gws command subcommand option option...
zum Beispiel
gws cache seed --layers my-layer --level 3
Nachfolgend finden Sie eine Liste aller Befehle und deren Optionen.
alkis check-index¶
Check the status of the ALKIS search index.
alkis create-index¶
Create an internal ALKIS search index.
alkis drop-index¶
Remove the ALKIS search index
alkis setup¶
Create an internal ALKIS search index.
auth clear¶
Logout all users and remove all active sessions
auth passwd¶
Encode a password for the authorization file
Optionen:
--path |
where to store the password |
auth sessions¶
Print currently active sessions
bplan read¶
Read and parse bplan source files.
Optionen:
--path |
zip file or directory path |
--project |
project unique ID |
--replace |
replace the ags (area) completely |
cache clean¶
Clean up the cache.
cache drop¶
Drop caches for specific or all layers.
Optionen:
--layers |
comma separated list of layer IDs |
cache seed¶
Start the cache seeding process
Optionen:
--layers |
comma separated list of layer IDs |
--levels |
zoom levels to build the cache for |
config dump¶
Dump the configuarion tree
Optionen:
--out |
path to write the dump to |
--path |
configuration file path |
config dumpmeta¶
Dump object metadata from the configuarion tree
Optionen:
--path |
configuration file path |
dprocon setup¶
Create Dprocon index tables
fsinfo read¶
Import PDFs from the base dir
Optionen:
--path |
base directory |
--project |
project unique ID |
gekos setup¶
Load the data from Gekos-Online into a postgres table
Optionen:
--project |
project unique ID |
server reconfigure¶
Konfigurieren Sie den Server neu und laden Sie ihn neu
Optionen:
--cfg |
configuration file |
server reload¶
Laden Sie den Server neu, ohne ihn neu zu konfigurieren
Optionen:
--modules |
server modules to reload |
server stop¶
Stoppen Sie den GBD WebSuite Server