Skip to content

Commit 99cd4cd

Browse files
author
thomhurst
committed
chore: Update pnpm CLI options
1 parent b65b1f1 commit 99cd4cd

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-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-05T03:13:51.9416610Z")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public record PnpmAddOptions : PnpmOptions
171171
/// <summary>
172172
/// Restricts the scope to package names matching the given pattern. E.g.: foo, "@bar/*"
173173
/// </summary>
174-
[CliOption("--filter")]
174+
[CliOption("--filter", ShortForm = "-F")]
175175
public string? Filter { get; set; }
176176

177177
/// <summary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public record PnpmAuditOptions : PnpmOptions
4343
public string? Ignore { get; set; }
4444

4545
/// <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.
46+
/// 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.
4747
/// </summary>
4848
[CliOption("--ignore-registry-errors")]
4949
public string? IgnoreRegistryErrors { get; set; }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public record PnpmPublishOptions : PnpmOptions
9999
/// <summary>
100100
/// Restricts the scope to package names matching the given pattern. E.g.: foo, "@bar/*"
101101
/// </summary>
102-
[CliOption("--filter")]
102+
[CliOption("--filter", ShortForm = "-F")]
103103
public string? Filter { get; set; }
104104

105105
/// <summary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public record PnpmRunOptions : PnpmOptions
123123
/// <summary>
124124
/// Restricts the scope to package names matching the given pattern. E.g.: foo, "@bar/*"
125125
/// </summary>
126-
[CliOption("--filter")]
126+
[CliOption("--filter", ShortForm = "-F")]
127127
public string? Filter { get; set; }
128128

129129
/// <summary>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public record PnpmWhyOptions : PnpmOptions
2525
public string? AggregateOutput { get; set; }
2626

2727
/// <summary>
28-
/// Max display depth of the dependency graph
28+
/// Max display depth of the reverse dependency tree
2929
/// </summary>
3030
[CliOption("--depth")]
3131
public string? Depth { get; set; }
@@ -141,7 +141,7 @@ public record PnpmWhyOptions : PnpmOptions
141141
/// <summary>
142142
/// Restricts the scope to package names matching the given pattern. E.g.: foo, "@bar/*"
143143
/// </summary>
144-
[CliOption("--filter")]
144+
[CliOption("--filter", ShortForm = "-F")]
145145
public string? Filter { get; set; }
146146

147147
/// <summary>

0 commit comments

Comments
 (0)