mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Update get doc
This commit is contained in:
parent
15ca0a3b25
commit
c8dc80c1f1
2 changed files with 7 additions and 7 deletions
|
|
@ -2,7 +2,7 @@ require 'thor'
|
|||
require 'net/http'
|
||||
|
||||
class CLI < Thor
|
||||
desc "get <OPERATING SYSTEM,...> [--withpe]", "Gets a VM"
|
||||
desc "get <OPERATING SYSTEM,...> [--withpe version]", "Gets a VM"
|
||||
option :withpe
|
||||
def get(os_list)
|
||||
# POST -d os_list vmpooler.company.com/vm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue