msl.network.cli_delete module

Command line interface for the delete command.

New in version 1.0.

To see the help documentation, run the following command in a terminal:

msl-network delete --help

Delete files that are created by MSL-Network.

Can remove the database, log files, certificates and/or keys.

Examples:

# delete all files that are created by MSL-Network
msl-network delete --all

# delete all log files
msl-network delete --logs
msl.network.cli_delete.add_parser_delete(parser)[source]

Add the delete command to the parser.

msl.network.cli_delete.execute(args)[source]

Executes the delete command.