Skip to content
Snippets Groups Projects
Commit bbfe46e0 authored by Florent Gluck's avatar Florent Gluck
Browse files

Updated README.md

parent b6b3b7f1
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,8 @@ The full project, **nexus_vdi**, is made of 2 software components:
## nexus-client
Current state of `nexus-client`:
`nexus-client` is a single executable featuring the commands listed below.
Most commands supports regular expressions (regex) in order to perform actions on multiple VMs at once.
```
Usage: nexus-client CMD
......@@ -49,7 +50,7 @@ List of supported Commands:
vmcred2pdf Create a PDF with the credentials required to attach to running VMs (regex matching).
vmstart Start one or more VMs (regex matching).
vmstop Stop one or more VMs (regex matching).
vmattach Attach to a VM in order to use its desktop environment.
vmattach Attach to one or more VMs in order to use their desktop environment (regex matching).
vmcreate Create one or more VMs (regex matching).
vmedit Edit one or more VMs' properties: name, cpus, ram or nic (regex matching).
vmdel Delete one or more VMs (regex matching).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment