Skip to content

Commit df69b96

Browse files
author
thomhurst
committed
chore: Update pnpm CLI options
1 parent 06adaa3 commit df69b96

13 files changed

+31
-7
lines changed

src/ModularPipelines.Node/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", "pnpm")]
9-
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-02-15T03:13:31.2238197Z")]
9+
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-04-19T03:15:58.0290329Z")]

src/ModularPipelines.Node/Options/PnpmAddOptions.Generated.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;
@@ -171,7 +173,7 @@ public record PnpmAddOptions : PnpmOptions
171173
/// <summary>
172174
/// Restricts the scope to package names matching the given pattern. E.g.: foo, "@bar/*"
173175
/// </summary>
174-
[CliOption("--filter")]
176+
[CliOption("--filter", ShortForm = "-F")]
175177
public string? Filter { get; set; }
176178

177179
/// <summary>

src/ModularPipelines.Node/Options/PnpmAuditOptions.Generated.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;
@@ -43,7 +45,7 @@ public record PnpmAuditOptions : PnpmOptions
4345
public string? Ignore { get; set; }
4446

4547
/// <summary>
46-
/// 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.
48+
/// 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.
4749
/// </summary>
4850
[CliOption("--ignore-registry-errors")]
4951
public string? IgnoreRegistryErrors { get; set; }

src/ModularPipelines.Node/Options/PnpmCreateOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

src/ModularPipelines.Node/Options/PnpmDlxOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

src/ModularPipelines.Node/Options/PnpmInitOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

src/ModularPipelines.Node/Options/PnpmOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

src/ModularPipelines.Node/Options/PnpmPublishOptions.Generated.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;
@@ -99,7 +101,7 @@ public record PnpmPublishOptions : PnpmOptions
99101
/// <summary>
100102
/// Restricts the scope to package names matching the given pattern. E.g.: foo, "@bar/*"
101103
/// </summary>
102-
[CliOption("--filter")]
104+
[CliOption("--filter", ShortForm = "-F")]
103105
public string? Filter { get; set; }
104106

105107
/// <summary>

src/ModularPipelines.Node/Options/PnpmRunOptions.Generated.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;
@@ -123,7 +125,7 @@ public record PnpmRunOptions : PnpmOptions
123125
/// <summary>
124126
/// Restricts the scope to package names matching the given pattern. E.g.: foo, "@bar/*"
125127
/// </summary>
126-
[CliOption("--filter")]
128+
[CliOption("--filter", ShortForm = "-F")]
127129
public string? Filter { get; set; }
128130

129131
/// <summary>

src/ModularPipelines.Node/Options/PnpmUnlinkOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

0 commit comments

Comments
 (0)