Updates an existing startup script in your Vultr account with new content, name, type, or other attributes.
The vultr-cli script update command updates an existing script in your Vultr account with new content, name, or type based on the provided parameters.
$ vultr-cli script update <Script ID> [flags]
| Shorthand | Long Version | Description |
|---|---|---|
| -n | --name | Name of the startup script. |
| -s | --script | Startup script contents. |
| -t | --type | Type of startup script. Possible values: boot, pxe. Default is boot. |