Skip to content

Commit

Permalink
docs: Update Waypoint example create commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
paladin-devops committed Dec 4, 2024
1 parent 227888e commit 2ca0f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/commands/waypoint/add-ons/definitions/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $ hcp waypoint add-ons definitions create -n=my-add-on-definition \
-d="My Add-on Definition description." \
--readme-markdown-template-file="README.tpl" \
--tfc-no-code-module-source="app.terraform.io/hashicorp/dir/template" \
--tf-no-code-module-id="nocode-123456" \
--tfc-project-name="my-tfc-project" \
--tfc-project-id="prj-123456" \
-l=label1 \
Expand Down
1 change: 1 addition & 0 deletions internal/commands/waypoint/templates/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $ hcp waypoint templates create -n=my-template \
-d="My Template Description" \
--readme-markdown-template-file "README.tpl" \
--tfc-no-code-module-source="app.terraform.io/hashicorp/dir/template" \
--tf-no-code-module-id="nocode-123456" \
--tfc-project-name="my-tfc-project" \
--tfc-project-id="prj-123456" \
-l="label1" \
Expand Down

0 comments on commit 2ca0f16

Please sign in to comment.