Schedule Command (autotransform.scripts.commands.schedule)

The schedule command is used to schedule runs of AutoTransform.

autotransform.scripts.commands.schedule.add_args(parser: ArgumentParser) None

Adds the args to a subparser that are required to schedule runs.

Parameters

parser (ArgumentParser) – The parser for the schedule command.

autotransform.scripts.commands.schedule.schedule_command_main(args: Namespace) None

The main method for the schedule command, handles the actual execution of scheduling runs.

Parameters

args (Namespace) – The arguments supplied to the schedule command, such as the JSON file.