Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ModularPipelines.Node/AssemblyInfo.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
using System.Reflection;

[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.Tool", "pnpm")]
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-02-15T03:13:31.2238197Z")]
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-04-19T03:15:58.0290329Z")]
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
Expand Down Expand Up @@ -171,7 +173,7 @@ public record PnpmAddOptions : PnpmOptions
/// <summary>
/// Restricts the scope to package names matching the given pattern. E.g.: foo, "@bar/*"
/// </summary>
[CliOption("--filter")]
[CliOption("--filter", ShortForm = "-F")]
public string? Filter { get; set; }

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
Expand Down Expand Up @@ -43,7 +45,7 @@ public record PnpmAuditOptions : PnpmOptions
public string? Ignore { get; set; }

/// <summary>
/// Use exit code 0 if the registry responds with an error. Useful when audit checks are used in CI. A build should fail because the registry has issues.
/// Use exit code 0 if the registry responds with an error. Useful when audit checks are used in CI. A build should not fail because the registry has issues.
/// </summary>
[CliOption("--ignore-registry-errors")]
public string? IgnoreRegistryErrors { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
Expand Down
2 changes: 2 additions & 0 deletions src/ModularPipelines.Node/Options/PnpmDlxOptions.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
Expand Down
2 changes: 2 additions & 0 deletions src/ModularPipelines.Node/Options/PnpmOptions.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
Expand Down Expand Up @@ -99,7 +101,7 @@ public record PnpmPublishOptions : PnpmOptions
/// <summary>
/// Restricts the scope to package names matching the given pattern. E.g.: foo, "@bar/*"
/// </summary>
[CliOption("--filter")]
[CliOption("--filter", ShortForm = "-F")]
public string? Filter { get; set; }

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
Expand Down Expand Up @@ -123,7 +125,7 @@ public record PnpmRunOptions : PnpmOptions
/// <summary>
/// Restricts the scope to package names matching the given pattern. E.g.: foo, "@bar/*"
/// </summary>
[CliOption("--filter")]
[CliOption("--filter", ShortForm = "-F")]
public string? Filter { get; set; }

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
Expand Down
6 changes: 4 additions & 2 deletions src/ModularPipelines.Node/Options/PnpmWhyOptions.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
Expand All @@ -25,7 +27,7 @@ public record PnpmWhyOptions : PnpmOptions
public string? AggregateOutput { get; set; }

/// <summary>
/// Max display depth of the dependency graph
/// Max display depth of the reverse dependency tree
/// </summary>
[CliOption("--depth")]
public string? Depth { get; set; }
Expand Down Expand Up @@ -141,7 +143,7 @@ public record PnpmWhyOptions : PnpmOptions
/// <summary>
/// Restricts the scope to package names matching the given pattern. E.g.: foo, "@bar/*"
/// </summary>
[CliOption("--filter")]
[CliOption("--filter", ShortForm = "-F")]
public string? Filter { get; set; }

/// <summary>
Expand Down
2 changes: 2 additions & 0 deletions src/ModularPipelines.Node/Services/IPnpm.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using ModularPipelines.Models;
using ModularPipelines.Options;
Expand Down
2 changes: 2 additions & 0 deletions src/ModularPipelines.Node/Services/Pnpm.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using ModularPipelines.Context;
using ModularPipelines.Models;
Expand Down
Loading