Skip to content

Commit 416055d

Browse files
thomhurstthomhurst
andauthored
chore: Update podman CLI options (#2559)
Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>
1 parent e457abe commit 416055d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/ModularPipelines.Podman/AssemblyInfo.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
using System.Reflection;
77

88
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.Tool", "podman")]
9-
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-04-26T03:16:25.1749044Z")]
9+
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-05-03T03:17:51.2531831Z")]

src/ModularPipelines.Podman/Options/PodmanImageListOptions.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public record PodmanImageListOptions : PodmanOptions
6969
public bool? Quiet { get; set; }
7070

7171
/// <summary>
72-
/// Sort by repository, size, tag, created, id (default "created")
72+
/// Sort by tag, created, id, repository, size (default "created")
7373
/// </summary>
7474
[CliOption("--sort", Format = OptionFormat.EqualsSeparated)]
7575
public string? Sort { get; set; }

src/ModularPipelines.Podman/Options/PodmanImagesOptions.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public record PodmanImagesOptions : PodmanOptions
6969
public bool? Quiet { get; set; }
7070

7171
/// <summary>
72-
/// Sort by id, repository, size, tag, created (default "created")
72+
/// Sort by created, id, repository, size, tag (default "created")
7373
/// </summary>
7474
[CliOption("--sort", Format = OptionFormat.EqualsSeparated)]
7575
public string? Sort { get; set; }

0 commit comments

Comments
 (0)