# replicated installer create

Create a new installer spec

### Synopsis

Create a new installer spec by providing YAML configuration for a https://kurl.sh cluster.

```
replicated installer create [flags]
```

### Options

```
      --auto               generate default values for use in CI
  -y, --confirm-auto       auto-accept the configuration generated by the --auto flag
      --ensure-channel     When used with --promote <channel>, will create the channel if it doesn't exist
  -h, --help               help for create
      --promote string     Channel name (case sensitive) or id to promote this installer to
      --yaml string        The YAML config for this installer. Use '-' to read from stdin. Cannot be used with the --yaml-file flag.
      --yaml-file string   The file name with YAML config for this installer. Cannot be used with the --yaml flag.
```

### Options inherited from parent commands

```
      --app string       The app slug or app id to use in all calls
      --debug            Enable debug output
      --profile string   The authentication profile to use for this command
      --token string     The API token to use to access your app in the Vendor API
```

### SEE ALSO

* [replicated installer](replicated-cli-installer)	 - Manage Kubernetes installers