mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Update README.md
This commit is contained in:
parent
9b86a972e9
commit
1e51a6d1c5
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
|
@ -47,7 +47,7 @@ gem install vmfloaty
|
|||
Grabbing a token for authenticated pooler requests:
|
||||
|
||||
```
|
||||
floaty token get --user me --url https://vmpooler.mycompany.net/api/v1
|
||||
floaty token get --user username --url https://vmpooler.mycompany.net/api/v1
|
||||
```
|
||||
|
||||
This command will then ask you to log in. If successful, it will return a token that you can save either in a dotfile or use with other cli commands.
|
||||
|
|
@ -76,14 +76,13 @@ Now vmfloaty will use those config files if no flag was specified.
|
|||
Here are the keys that vmfloaty currently supports:
|
||||
|
||||
- verbose
|
||||
+ true
|
||||
+ false
|
||||
+ Boolean
|
||||
- token
|
||||
+ :token-string
|
||||
+ String
|
||||
- user
|
||||
+ :username
|
||||
+ String
|
||||
- url
|
||||
+ :pooler-url
|
||||
+ String
|
||||
|
||||
## vmpooler API
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue