mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Update README info
This commit is contained in:
parent
cd794ad160
commit
15ca0a3b25
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
|
@ -3,14 +3,26 @@ vmfloaty
|
|||
|
||||
A CLI helper tool for Puppet Labs vmpooler to help you stay afloat.
|
||||
|
||||
_NOTE:_ Hack day(s?) project... we'll see where this goes :)
|
||||
|
||||
## Install
|
||||
|
||||
__note:__ this doesn't work yet. Have not published this to ruby gems
|
||||
|
||||
```
|
||||
gem install vmfloaty
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
_note:_ subject to change
|
||||
|
||||
```
|
||||
TODO
|
||||
Commands:
|
||||
floaty get <OPERATING SYSTEM,...> [--withpe] # Gets a VM
|
||||
floaty help [COMMAND] # Describe available commands or one specific command
|
||||
floaty list [PATTERN] # List all open VMs
|
||||
floaty modify <HOSTNAME> # Modify a VM
|
||||
floaty release <HOSTNAME> # Schedules a VM for deletion
|
||||
floaty status # List status of all active VMs
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue