How to control regions from the command line
OverviewThe command line tool "VISULOX admin region" allows to control regions. |
Usage
The following subcommands are available:
| Command | Description |
|---|---|
| list | List and print regions. |
| delete | Delete a region. |
| fields | List available database fields (-raw = enhanced output) |
Examples
List current available regions
CODE
visulox admin region list
--------------------------------------------
| basicname | timezone |
--------------------------------------------
| @LOCAL | :Europe/Berlin |
| Argentina | :America/Buenos_Aires |
| Brazil | :Brazil/West |
| France | :Europe/Paris |
| Germany | :Europe/Berlin |
| Guatemala | :America/Guatemala |
| Portugal | :Europe/Lisbon |
| Spain | :Europe/Madrid |
| Switzerland | :Europe/Zurich |
| United Kingdom | :Europe/London |
| USA / California | :America/Los_Angeles |
--------------------------------------------
Display available fields
CODE
visulox admin region fields
Display selected fields
CODE
visulox admin region list -fields basicname,timezone,comment
Remove an entry
CODE
visulox admin region delete -name France