autory convert run-multiple
Usage: [OPTIONS] INPUT_PATH
Convert a run-multiple config between workbook, YAML, and JSON formats.
INPUT_PATH: Path to the run-multiple config file to convert.
Options:
-o, --output-path FILE Output path for the converted run-multiple
config. If omitted, the output path is the
same as the input path, but with a changed
extension.
-f, --output-format [json|yaml|xlsx]
The format in which to write the converted
run-multiple config. If omitted, this is
inferred from the extension of the output
path.
--existing [overwrite|error|update|skip|prompt]
What to do if the output file already
exists.
overwrite: Delete the existing file and
write a new one.
error: Don't write anything. Exit with an
error code. This is the default.
update: For workbooks, update or create the
RunMultiple tables. For non-workbooks, this
is the same as overwrite.
skip: Don't write anything. Exit cleanly.
prompt: Ask the user what to do.
--help Show this message and exit.