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

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:

--path

where to store the password

auth sessions

Print currently active sessions

auth test

Interaktives Testen einer Anmeldung.

Optionen:

--login

login

--password

password

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

bplan update

Update bplan VRT and Qgis files.

Optionen:

--project

project unique ID

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

cache status

Display the cache status

Optionen:

--layers

comma separated list of layer IDs

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

config prepare

Parse and prepare a config

Optionen:

--path

configuration file path

config test

Run a configuration file test

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

georisks export

Export reports.

Optionen:

--dir

directory to export to

--project

project unique ID

server configure

Configure the server

Optionen:

--cfg

configuration file

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 start

Starten Sie den GBD WebSuite Server

Optionen:

--cfg

configuration file

server stop

Stoppen Sie den GBD WebSuite Server