mlox.cli
Command line interface for MLOX.
This rewrite exposes a higher level interface for managing projects, servers and services in preparation for a server/client architecture.
Load an existing MloxSession
from credentials.
Convert a list of KEY=VALUE
strings into a dictionary.
Create a new project and initialise the first server.
List all servers registered in the project infrastructure.
Register a new server in the current project.
Run the setup routine on a server.
Tear down a server and remove it from the infrastructure.
Save a server key file for local access.
List services across all servers in the project.
Add a new service to an existing server.
Run the setup routine for a service.
Remove a service from the infrastructure.
List available server configuration templates.
List available service configuration templates.
List available server templates.
List available service templates.