-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add --userdata-file to device/update (#370)
Some preferential doc sting changes to highlight the ease of the recent [changes to updating always-pxe](a64058f) Also C+V, C+V's the `--userdata-file` code from device/create to device/update, making it easier to update complicated userdata formats for devices in place. ``` $ bin/metal device update -i SOMEDEVICEUUID --userdata-file /tmp/my-cloud-init.mime +--------------------------------------+----------+-------------+--------+ | ID | HOSTNAME | OS | STATE | +--------------------------------------+----------+-------------+--------+ | 9ffac3bb-4e04-466b-a786-b703fe52fa7f | h-01 | Custom iPXE | active | +--------------------------------------+----------+-------------+--------+ ``` Passed `make generate-docs` 🤷 ?
- Loading branch information
Showing
2 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters