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.

    Learn more

  • YAML


    Read launch arguments from YAML files.

    Learn more

  • CLI


    Read launch arguments from the command line.

    Learn more

  • JSON


    Read launch arguments from JSON files and REST requests.

    Learn more

  • JavaScript


    Execute JavaScript code from .js files.

    Learn more

  • Symbol


    Load symbol library files generated by the compile pipeline.

    Learn more

  • Folder


    Load configuration files from a disk folder.

    Learn more

  • GitHub


    Pull configuration files from a GitHub repo.

    Learn more

  • Match


    Parse launch arguments from text files via regex.

    Learn more

  • Module


    Load run and compile pipeline module definitions.

    Learn more