diff --git a/website/content/docs/commands/validate.mdx b/website/content/docs/commands/validate.mdx index 4498459e5..1e837e711 100644 --- a/website/content/docs/commands/validate.mdx +++ b/website/content/docs/commands/validate.mdx @@ -34,7 +34,7 @@ Errors validating build 'vmware'. 1 error(s) occurred: - `-except=foo,bar,baz` - Validates all the builds except those with the comma-separated names. In legacy JSON templates, build names default to the types of their builders (e.g. `docker` or - `amazon-ebs` or `virtualbox-iso`, unless a specific `name` attribute is + `amazon-ebs` or `virtualbox-iso`), unless a specific `name` attribute is specified within the configuration. In HCL2 templates, the "name" is the source block's "name" label, unless an in-build source definition adds the "name" configuration option. diff --git a/website/content/partials/commands/except.mdx b/website/content/partials/commands/except.mdx index 85941ed58..5677c0e11 100644 --- a/website/content/partials/commands/except.mdx +++ b/website/content/partials/commands/except.mdx @@ -1,7 +1,7 @@ - `-except=foo,bar,baz` - Run all the builds and post-processors except those with the given comma-separated names. In legacy JSON templates, build names default to the types of their builders (e.g. `docker` or - `amazon-ebs` or `virtualbox-iso`, unless a specific `name` attribute is + `amazon-ebs` or `virtualbox-iso`), unless a specific `name` attribute is specified within the configuration. In HCL2 templates, the "name" is the source block's "name" label, unless an in-build source definition adds the "name" configuration option. Any post-processor following diff --git a/website/content/partials/commands/only.mdx b/website/content/partials/commands/only.mdx index ab532b5f5..a6c901cb2 100644 --- a/website/content/partials/commands/only.mdx +++ b/website/content/partials/commands/only.mdx @@ -1,7 +1,7 @@ - `-only=foo,bar,baz` - Only run the builds with the given comma-separated names. In legacy JSON templates, build names default to the types of their builders (e.g. `docker` or - `amazon-ebs` or `virtualbox-iso`, unless a specific `name` attribute is + `amazon-ebs` or `virtualbox-iso`), unless a specific `name` attribute is specified within the configuration. In HCL2 templates, the "name" is the source block's "name" label, unless an in-build source definition adds the - "name" configuration option. \ No newline at end of file + "name" configuration option.