HashiCorp Cloud Platform
hcp waypoint add-ons create
Command: hcp waypoint add-ons create
The hcp waypoint add-ons create
command creates a new HCP Waypoint add-on.
Usage
$ hcp waypoint add-ons create --add-on-definition-name=NAME --app=NAME [Optional
Flags]
Examples
Create a new HCP Waypoint add-on:
$ hcp waypoint add-ons create -n=my-addon -a=my-application
-d=my-addon-definition
Required flags
--add-on-definition-name=NAME
- The name of the add-on definition to use.--app=NAME
- The name of the application to which the add-on will be added.
Optional flags
-n, --name=NAME
- The name of the add-on. If no name is provided, a name will be generated.--var=KEY=VALUE [Repeatable]
- A variable to be used in the application. The flag can be repeated to specify multiple variables. Variables specified with the flag will override variables specified in a file.--var-file=FILE
- A file containing variables to be used in the application. The file should be in HCL format Variables in the file will be overridden by variables specified with the --var flag.