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 startup script in your Vultr account with new content, name, type, or other attributes.
$ 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'. |
No comments yet.