ts_core.cli.ts_config module

ts_config Overview

ts_config manages the build of SUMO configuration files from an Excel sheet.

The user should understand that, because we have simplified configuration, not all SUMO features are supported out of the box.

Quickstart

Once you’ve installed.

  • Copy ts_core/config/Configuration_template.xlsx to the directory of your choosing.
  • Edit the configuration file to your liking.
  • From a shell, run ts_config build -c <config_path> -p <project_target_dir>

Command-line arguments

Optional arguments

Argument Description
-h, --help show this help message and exit

{build} choose one

Subcommands

Argument Description
build subcommand to build the configuration

Script contents

main()[source]

Main function that parses the arguments and will (call functions that )creates all of the required files

Returns:
Return type:Nothing
move_file(original_filename, new_filename)[source]
Parameters:
  • original_filename
  • new_filename