uConfig/1.0 — sDL Configuration Tool¶
| Type: | package |
|---|---|
| State: | under development and/or testing |
| Servers: | vm2, vm1 |
About¶
uConfig is a package that allows to configure several internal mechanisms in a sDL project.
sDL structure¶
Follows the standard sDL structure:
//%SCOPE description text
#include "somefile"
BEGIN-CODE [ uConfig/1.0 | {package options} ]
{package commands}
END-CODE
Commented lines, in the CODE body text, start with “##”.
Namespaces and commands¶
The standard “core” namespace is available.
Folders¶
The package folder structure is the following:
sDLroot/
|-- sDL-config/ -- configuration folder where package files are read/written
|-- sDL-jobs/ -- output logs of last runs
Change Log¶
Version 1.0
2018/12/29 - Added package to sDL
(Documentation updated on 2018-12-31 11:14)