Skip to content

[Automated] Update podman CLI Options - #3908

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

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

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

Summary

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

Command coverage

Command coverage report:

  • podman (podman version 4.9.3): 224 commands, tree 3498384ddb9819ffcda1e4726408cbd804661370adc49a5a9561ed08b75b28cb

Verification

  • Solution builds successfully
  • API compatibility gate: failure

🤖 Generated with ModularPipelines.OptionsGenerator

@thomhurst thomhurst added automated dependencies Pull requests that update a dependency file labels Aug 9, 2026
@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (8)
  • src/ModularPipelines.Podman/Options/PodmanBuildOptions.Generated.cs is excluded by !**/*.generated.*
  • src/ModularPipelines.Podman/Options/PodmanFarmBuildOptions.Generated.cs is excluded by !**/*.generated.*
  • src/ModularPipelines.Podman/Options/PodmanImageBuildOptions.Generated.cs is excluded by !**/*.generated.*
  • src/ModularPipelines.Podman/Options/PodmanImageListOptions.Generated.cs is excluded by !**/*.generated.*
  • src/ModularPipelines.Podman/Options/PodmanImagePushOptions.Generated.cs is excluded by !**/*.generated.*
  • src/ModularPipelines.Podman/Options/PodmanImagesOptions.Generated.cs is excluded by !**/*.generated.*
  • src/ModularPipelines.Podman/Options/PodmanManifestPushOptions.Generated.cs is excluded by !**/*.generated.*
  • src/ModularPipelines.Podman/Options/PodmanPushOptions.Generated.cs 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: Pro Plus

Run ID: 3d61de6a-1eb4-4a9e-8673-7d04c5ad3820

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

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

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bbc511c64e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

/// </summary>
[CliOption("--pull", Format = OptionFormat.EqualsSeparated, ValueArity = CliOptionValueArity.Optional)]
public string? Pull { get; set; }
public CliOptionValue? Pull { get; set; }

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Preserve the existing Pull property ABI

Changing Pull from string? to CliOptionValue? breaks the public package ABI: applications compiled against the previous release reference get_Pull/set_Pull with a string signature and can fail with MissingMethodException after upgrading, while source consumers that read Pull as a string no longer compile. The same breaking change appears in PodmanFarmBuildOptions and PodmanImageBuildOptions, and the commit's API-compatibility gate reports failure; retain a compatibility surface while introducing support for the bare --pull form.

Useful? React with 👍 / 👎.

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