Skip to content

[Automated] Update skopeo CLI Options - #4776

Open
thomhurst wants to merge 1 commit into
mainfrom
automated/update-cli-options-skopeo
Open

[Automated] Update skopeo CLI Options#4776
thomhurst wants to merge 1 commit into
mainfrom
automated/update-cli-options-skopeo

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

Summary

This PR contains automatically generated updates to skopeo 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

Assembly-wide public API impact

No active public API changes were detected in this assembly.

Command coverage

Command coverage report:

  • skopeo (skopeo version 1.13.3): 11 commands, tree 71df545926b8f3395c60d1ed9e037569395c16b401bff0417eacdfb16d3d7908
    • Baseline comparison: 11 commands at skopeo version 1.13.3 -> 11 commands at skopeo version 1.13.3

Verification

  • Solution builds successfully

🤖 Generated with ModularPipelines.OptionsGenerator

@thomhurst thomhurst added automated dependencies Pull requests that update a dependency file labels Sep 6, 2026
@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Review

This PR is a fully automated update from the CLI options generator for skopeo. The diff is limited to a single line in src/ModularPipelines.Skopeo/Generated/Skopeo.Generation.json:

-  "generatorSourceSha256": "773b4f943140dab43ee649323893d06346286caa0635dcf177d0bfb536a63497"
+  "generatorSourceSha256": "bdf2981af64a9665cc6851ff1c5ed256989395d930ae8345ca28cd09d755e620"

The commandTreeSha256 and toolVersion are unchanged, meaning the skopeo CLI surface itself did not change — only the recorded hash of the generator's own source changed, which is expected bookkeeping when the generator logic is updated. No generated C# options classes were touched in this diff, so there's nothing here that affects the public API or runtime behavior of ModularPipelines.Skopeo.

No actionable findings — this is a safe, mechanical manifest update consistent with the repo's generator-driven workflow (per CLAUDE.md, generated output should track the current tool/generator state rather than be hand-edited, which this PR respects).

@thomhurst
thomhurst force-pushed the automated/update-cli-options-skopeo branch from c56f708 to a347e77 Compare September 7, 2026 15:52
@coderabbitai

coderabbitai Bot commented Sep 7, 2026

Copy link
Copy Markdown

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • src/ModularPipelines.Skopeo/Generated/Skopeo.Generation.json is excluded by !**/generated/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: c32291e6-def2-4b38-a36b-be9cb23c47cd

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Review: PR #4776chore(deps): update tunit monorepo to 1.66.27

This PR is a fully mechanical, bot-generated regeneration of src/ModularPipelines.Skopeo/Generated/Skopeo.Generation.json (a single field changed: generatorSourceSha256, per scripts/GeneratedOptionsProvenance.ps1).

Findings:

  • The diff is exactly one line changed (the hash field), no whitespace/newline issues, JSON structure intact.
  • The hash is well-formed (64 lowercase hex chars), matching the ^[a-f0-9]{64}$ pattern expected by Assert-GeneratedOptionsFreshness.ps1.
  • commandTreeSha256 (the actual CLI surface fingerprint for skopeo) is unchanged, confirming the tool's CLI output didn't change — only the OptionsGenerator's own source fingerprint was refreshed.
  • No other files were touched.
  • Per CLAUDE.md, generated tool-options content is authoritative and must not be hand-edited or second-guessed during review — consistent with there being nothing to flag here.

No actionable findings. This is a clean, expected regeneration output.

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