How to control timeprofiles from the command line
OverviewThe command line tool "VISULOX admin timeprofile" allows to control timeprofiles. |
Usage
The following subcommands are available:
| Command | Description |
|---|---|
| list | List and print timeprofiles. |
| delete | Delete a timeprofile. |
| fields | List available database fields (-raw = enhanced output) |
Examples
List current available timeprofiles
CODE
visulox admin timeprofile list
-------------------
| basicname |
-------------------
| 24x7 |
| workinghours |
| nonworkinghours |
-------------------
Display available fields
CODE
visulox admin timeprofile fields
Display selected fields
CODE
visulox admin timeprofile list -fields basicname,comment
Remove an entry
CODE
visulox admin timeprofile delete -name nonworkinghours