vultr / vultr-cli

Official command line tool for Vultr services
Apache License 2.0
469 stars 75 forks source link

fix mistyped persistent_pxe baremetal flag #432

Closed jasites closed 4 months ago

jasites commented 4 months ago

Description

before:

$ vultr-cli bare-metal create -r ewr -p vbm-24c-256gb-amd --os=1743
Error: error parsing flags for bare metal create : error parsing persistenterrpxe flag for bare metal create : flag accessed but not defined: persistenterrpxe

after:

$ ./builds/vultr-cli_linux_amd64 bare-metal create -r ewr -p vbm-24c-256gb-amd --os=1743
Error: error with bare metal create : {"error":"Server add failed: This plan is currently unavailable in this region. Please choose a different plan.","status":400}

Related Issues

Checklist:

github-actions[bot] commented 4 months ago

Unit Tests and Coverage

Show Output ``` ? github.com/vultr/vultr-cli/v3 [no test files] ```

Pusher: @jasites, Action: pull_request_target