exo compute instance-template register
Description
This command registers a new Compute instance template.
Supported output template annotations: .ID, .Zone, .Name, .Description, .Family, .CreationDate, .Visibility, .Size, .Version, .Build, .Maintainer, .DefaultUser, .SSHKeyEnabled, .PasswordEnabled, .BootMode, .Checksum
exo compute instance-template register NAME URL CHECKSUM [flags]
Options
Option | Description |
---|---|
--boot-mode | template boot mode (legacy|uefi) |
--build | template build |
--description | template description |
--disable-password | disable password-based authentication |
--disable-ssh-key | disable SSH key-based authentication |
--from-snapshot | ID of a Compute instance snapshot to register as template |
--help, -h | help for register |
--maintainer | template maintainer |
--timeout | registration timeout duration in seconds |
--username | template default username |
--version | template version |
--zone, -z | zone to register the template into (default: current account's default zone) |
Options inherited from parent commands
Option | Description |
---|---|
--config, -C | Specify an alternate config file [env EXOSCALE_CONFIG] |
--output-format, -O | Output format (table|json|text), see "exo output –help" for more information |
--output-template | Template to use if output format is "text" |
--quiet, -Q | Quiet mode (disable non-essential command output) |
--use-account, -A | Account to use in config file [env EXOSCALE_ACCOUNT] |
Related Commands
- instance-template - Compute instance templates management