Skip to main content
Version: 3.5.0

configs update Command

The configs update command updates the specified configuration, creating it if it does not already exist.

Usage

configs update <id> <file_path>

Parameters

ParameterDescriptionRequired?Default Value
idCpnfiguration identifier✔️N/A
file_pathPath to file containing desired configuration definition✔️N/A

Examples

> configs update test /path/to/my/config.yaml

Contact Us