Skip to content

Commit 238cb8f

Browse files
thomhurstthomhurst
andauthored
chore: Update pulumi CLI options (#2456)
Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>
1 parent 22ec35f commit 238cb8f

120 files changed

Lines changed: 1012 additions & 4 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/ModularPipelines.Pulumi/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", "pulumi")]
9-
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-03-08T03:09:09.7958035Z")]
9+
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-04-19T03:15:00.8238852Z")]

src/ModularPipelines.Pulumi/Options/PulumiCancelOptions.Generated.cs

Lines changed: 8 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;
@@ -90,6 +92,12 @@ public record PulumiCancelOptions : PulumiOptions
9092
[CliFlag("--non-interactive")]
9193
public bool? NonInteractive { get; set; }
9294

95+
/// <summary>
96+
/// Export OpenTelemetry traces to the specified endpoint. Use file:// for local JSON files, grpc:// for remote collectors
97+
/// </summary>
98+
[CliOption("--otel-traces", Format = OptionFormat.EqualsSeparated)]
99+
public string? OtelTraces { get; set; }
100+
93101
/// <summary>
94102
/// Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively
95103
/// </summary>

src/ModularPipelines.Pulumi/Options/PulumiConfigCpOptions.Generated.cs

Lines changed: 8 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;
@@ -96,6 +98,12 @@ public record PulumiConfigCpOptions : PulumiOptions
9698
[CliFlag("--non-interactive")]
9799
public bool? NonInteractive { get; set; }
98100

101+
/// <summary>
102+
/// Export OpenTelemetry traces to the specified endpoint. Use file:// for local JSON files, grpc:// for remote collectors
103+
/// </summary>
104+
[CliOption("--otel-traces", Format = OptionFormat.EqualsSeparated)]
105+
public string? OtelTraces { get; set; }
106+
99107
/// <summary>
100108
/// Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively
101109
/// </summary>

src/ModularPipelines.Pulumi/Options/PulumiConfigEnvAddOptions.Generated.cs

Lines changed: 8 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;
@@ -96,6 +98,12 @@ public record PulumiConfigEnvAddOptions : PulumiOptions
9698
[CliFlag("--non-interactive")]
9799
public bool? NonInteractive { get; set; }
98100

101+
/// <summary>
102+
/// Export OpenTelemetry traces to the specified endpoint. Use file:// for local JSON files, grpc:// for remote collectors
103+
/// </summary>
104+
[CliOption("--otel-traces", Format = OptionFormat.EqualsSeparated)]
105+
public string? OtelTraces { get; set; }
106+
99107
/// <summary>
100108
/// Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively
101109
/// </summary>

src/ModularPipelines.Pulumi/Options/PulumiConfigEnvInitOptions.Generated.cs

Lines changed: 8 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;
@@ -108,6 +110,12 @@ public record PulumiConfigEnvInitOptions : PulumiOptions
108110
[CliFlag("--non-interactive")]
109111
public bool? NonInteractive { get; set; }
110112

113+
/// <summary>
114+
/// Export OpenTelemetry traces to the specified endpoint. Use file:// for local JSON files, grpc:// for remote collectors
115+
/// </summary>
116+
[CliOption("--otel-traces", Format = OptionFormat.EqualsSeparated)]
117+
public string? OtelTraces { get; set; }
118+
111119
/// <summary>
112120
/// Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively
113121
/// </summary>

src/ModularPipelines.Pulumi/Options/PulumiConfigEnvLsOptions.Generated.cs

Lines changed: 8 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;
@@ -90,6 +92,12 @@ public record PulumiConfigEnvLsOptions : PulumiOptions
9092
[CliFlag("--non-interactive")]
9193
public bool? NonInteractive { get; set; }
9294

95+
/// <summary>
96+
/// Export OpenTelemetry traces to the specified endpoint. Use file:// for local JSON files, grpc:// for remote collectors
97+
/// </summary>
98+
[CliOption("--otel-traces", Format = OptionFormat.EqualsSeparated)]
99+
public string? OtelTraces { get; set; }
100+
93101
/// <summary>
94102
/// Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively
95103
/// </summary>

src/ModularPipelines.Pulumi/Options/PulumiConfigEnvOptions.Generated.cs

Lines changed: 8 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;
@@ -84,6 +86,12 @@ public record PulumiConfigEnvOptions : PulumiOptions
8486
[CliFlag("--non-interactive")]
8587
public bool? NonInteractive { get; set; }
8688

89+
/// <summary>
90+
/// Export OpenTelemetry traces to the specified endpoint. Use file:// for local JSON files, grpc:// for remote collectors
91+
/// </summary>
92+
[CliOption("--otel-traces", Format = OptionFormat.EqualsSeparated)]
93+
public string? OtelTraces { get; set; }
94+
8795
/// <summary>
8896
/// Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively
8997
/// </summary>

src/ModularPipelines.Pulumi/Options/PulumiConfigEnvRmOptions.Generated.cs

Lines changed: 8 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;
@@ -96,6 +98,12 @@ public record PulumiConfigEnvRmOptions : PulumiOptions
9698
[CliFlag("--non-interactive")]
9799
public bool? NonInteractive { get; set; }
98100

101+
/// <summary>
102+
/// Export OpenTelemetry traces to the specified endpoint. Use file:// for local JSON files, grpc:// for remote collectors
103+
/// </summary>
104+
[CliOption("--otel-traces", Format = OptionFormat.EqualsSeparated)]
105+
public string? OtelTraces { get; set; }
106+
99107
/// <summary>
100108
/// Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively
101109
/// </summary>

src/ModularPipelines.Pulumi/Options/PulumiConfigGetOptions.Generated.cs

Lines changed: 8 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;
@@ -102,6 +104,12 @@ public record PulumiConfigGetOptions : PulumiOptions
102104
[CliFlag("--non-interactive")]
103105
public bool? NonInteractive { get; set; }
104106

107+
/// <summary>
108+
/// Export OpenTelemetry traces to the specified endpoint. Use file:// for local JSON files, grpc:// for remote collectors
109+
/// </summary>
110+
[CliOption("--otel-traces", Format = OptionFormat.EqualsSeparated)]
111+
public string? OtelTraces { get; set; }
112+
105113
/// <summary>
106114
/// Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively
107115
/// </summary>

src/ModularPipelines.Pulumi/Options/PulumiConfigOptions.Generated.cs

Lines changed: 8 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;
@@ -108,6 +110,12 @@ public record PulumiConfigOptions : PulumiOptions
108110
[CliFlag("--non-interactive")]
109111
public bool? NonInteractive { get; set; }
110112

113+
/// <summary>
114+
/// Export OpenTelemetry traces to the specified endpoint. Use file:// for local JSON files, grpc:// for remote collectors
115+
/// </summary>
116+
[CliOption("--otel-traces", Format = OptionFormat.EqualsSeparated)]
117+
public string? OtelTraces { get; set; }
118+
111119
/// <summary>
112120
/// Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively
113121
/// </summary>

0 commit comments

Comments
 (0)