Command Line Tool
The emulot
command is the main entrypoint in from the program. After you've
installed emulot
, the following options are available:
emulot run [<config>]
- Runs a configuration in foreground without a daemonemulot daemon
- Starts up an HTTP daemon for managing emulatorsemulot create <name> [<config>]
- Creates a new guest configurationemulot remove <name>
- Removes a guest configurationemulot start <name>
- Starts a guest configurationemulot stop <name>
- Stops a guest configuration