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 parse
Preprocess the NAS data model files
Optionen:
|
path to the NAS zip archive |
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:
|
where to store the password |
auth sessions
Print currently active sessions
auth test
Interaktives Testen einer Anmeldung.
Optionen:
|
login |
|
password |
bplan read
Read and parse bplan source files.
Optionen:
|
zip file or directory path |
|
project unique ID |
|
replace the ags (area) completely |
bplan update
Update bplan VRT and Qgis files.
Optionen:
|
project unique ID |
cache clean
Clean up the cache.
cache drop
Drop caches for specific or all layers.
Optionen:
|
comma separated list of layer IDs |
cache seed
Start the cache seeding process
Optionen:
|
comma separated list of layer IDs |
|
zoom levels to build the cache for |
cache status
Display the cache status
Optionen:
|
comma separated list of layer IDs |
config dump
Dump the configuarion tree
Optionen:
|
path to write the dump to |
|
configuration file path |
config dumpmeta
Dump object metadata from the configuarion tree
Optionen:
|
configuration file path |
config prepare
Parse and prepare a config
Optionen:
|
configuration file path |
config test
Run a configuration file test
Optionen:
|
configuration file path |
dprocon setup
Create Dprocon index tables
fsinfo read
Import PDFs from the base dir
Optionen:
|
base directory |
|
project unique ID |
gekos setup
Load the data from Gekos-Online into a postgres table
Optionen:
|
project unique ID |
georisks aartelink
aartelink service request.
Optionen:
|
project unique ID |
georisks export
Export reports.
Optionen:
|
directory to export to |
|
project unique ID |
server configure
Configure the server
Optionen:
|
configuration file |
server reconfigure
Konfigurieren Sie den Server neu und laden Sie ihn neu
Optionen:
|
configuration file |
server reload
Laden Sie den Server neu, ohne ihn neu zu konfigurieren
Optionen:
|
server modules to reload |
server start
Starten Sie den GBD WebSuite Server
Optionen:
|
configuration file |
server stop
Stoppen Sie den GBD WebSuite Server