Create and manage startup scripts that automatically configure servers during deployment on Vultr.
The vultr-cli script create
command creates a new startup script in your Vultr account, allowing you to automate server configuration during deployment.
$ vultr-cli script create [flags]
Shorthand | Long Version | Description |
---|---|---|
-n | --name | Name of the newly created startup script. |
-s | --script | Startup script contents. |
-t | --type | (Optional) Type of startup script. Possible values: 'boot', 'pxe'. Default is 'boot'. |
No comments yet.