# 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, .AppConsistentSnapshotEnabled

```
exo compute instance-template register NAME URL CHECKSUM [flags]
```

### Options

| Option | Description |
|---------|------------|
|`--application-consistent-snapshot-enabled` | template with support for application-consistent-snapshots |
|`--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 |
|`--username` | template default username |
|`--version` | template version |
|`--zone, -z` | zone to register the template into (default: current account&#39;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 &#34;exo output --help&#34; for more information |
|`--output-template` | Template to use if output format is &#34;text&#34; |
|`--quiet, -Q` | Quiet mode (disable non-essential command output) |
|`--timeout` | Per-zone timeout for list operations; -1s disables timeout [env EXOSCALE_TIMEOUT] |
|`--use-account, -A` | Account to use in config file [env EXOSCALE_ACCOUNT] |


### Related Commands

* [instance-template]({{< ref "../instance-template">}})	 - Compute instance templates management


