Skip to main content
Skip table of contents

How to control regions from the command line

Overview

The command line tool "VISULOX admin region" allows to control regions.

Usage


The following subcommands are available:

CommandDescription
listList and print regions.
deleteDelete a region.
fieldsList 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




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.