Configuration
The 10x Engine retrieves launch arguments from an array of sources, such as the command line and local YAML or JavaScript files on disk.
Securely manage configurations across distributed environments with the GitOps workflow.
The engine supports the following configuration sources:
-
Apps
Configure edge and cloud app launchers.
-
YAML
Read launch arguments from YAML files.
-
CLI
Read launch arguments from the command line.
-
JSON
Read launch arguments from JSON files and REST requests.
-
JavaScript
Execute JavaScript code from .js files.
-
Symbol
Load symbol library files generated by the compile pipeline.
-
Folder
Load configuration files from a disk folder.
-
GitHub
Pull configuration files from a GitHub repo.
-
Match
Parse launch arguments from text files via regex.
-
Module
Load
runandcompilepipeline module definitions.