Cleanup

cleanup.cleanup_func(config_opts, cleanup_log_name, log_level, use_docker=True)[source]
cleanup.parse_cleanup_arguments()[source]

Parse command-line arguments for cleanup configuration.

Returns

argparse.Namespace

Parsed command-line arguments.

Example

Example usage:

python deploy.py –config /path/to/config.json

Notes

This function parses command-line arguments for cleanup configuration. It returns an argparse.Namespace object containing the parsed arguments.