Skip to content

[Automated] Update packer CLI Options#2631

Merged
thomhurst merged 1 commit into
mainfrom
automated/update-cli-options-packer
May 17, 2026
Merged

[Automated] Update packer CLI Options#2631
thomhurst merged 1 commit into
mainfrom
automated/update-cli-options-packer

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

Summary

This PR contains automatically generated updates to packer CLI options classes.

The generator scraped the latest CLI help output from the installed tool.

Changes

  • Updated options classes to reflect latest CLI documentation
  • Added new commands if any were detected
  • Updated option types and descriptions

Verification

  • Solution builds successfully

🤖 Generated with ModularPipelines.OptionsGenerator

@thomhurst thomhurst added automated dependencies Pull requests that update a dependency file labels May 17, 2026
@thomhurst thomhurst enabled auto-merge (squash) May 17, 2026 03:20
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This is an automated PR generated by ModularPipelines.OptionsGenerator to sync the Packer CLI options classes with the latest tool version. The changes are minimal and well-scoped.

Changes reviewed

AssemblyInfo.Generated.cs

  • Timestamp bump from 2026-05-102026-05-17. Expected and correct for tracking when the generation ran.

PackerBuildOptions.Generated.cs

  • Adds a new SkipEnforcement property (--skip-enforcement, bool?) with an accurate XML doc comment matching the Packer CLI description ("Skip injection of HCP Packer enforced provisioners").
  • Follows the exact same pattern as all existing options in the file: nullable bool, [CliFlag] attribute, XML summary doc. No deviations.

Assessment

No issues found. The new option is correctly typed (bool? is appropriate for a flag that's either present or absent), consistently styled, and the description is clear. The automated generation process is working as intended — this is exactly the kind of low-risk, high-value incremental update this tooling was designed to produce.

Approved — safe to merge.

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0 (≤ 20 complexity)

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@thomhurst thomhurst merged commit 0987a15 into main May 17, 2026
11 of 12 checks passed
@thomhurst thomhurst deleted the automated/update-cli-options-packer branch May 17, 2026 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant