HashiCorp Cloud Platform
hcp waypoint applications create
Command: hcp waypoint applications create
The hcp waypoint applications create
command lets you create a new HCP
Waypoint application.
Usage
$ hcp waypoint applications create --name=NAME --template-name=TEMPLATE_NAME
[Optional Flags]
Examples
Create a new HCP Waypoint application:
$ hcp waypoint application create -n=my-application -t=my-template
Required flags
-n, --name=NAME
- The name of the application.-t, --template-name=TEMPLATE_NAME
- The name of the template to use for the application.
Optional flags
--action-config-name=ACTION_CONFIG_NAME [Repeatable]
- The name of the action configuration to be added to the application.--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.