Skip to content

Commit 5cbabe8

Browse files
author
thomhurst
committed
chore: Update pulumi CLI options
1 parent cefb225 commit 5cbabe8

File tree

101 files changed

+589
-1
lines changed

Some content is hidden

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

101 files changed

+589
-1
lines changed

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-03-22T03:12:36.5772538Z")]

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ public record PulumiCancelOptions : PulumiOptions
9090
[CliFlag("--non-interactive")]
9191
public bool? NonInteractive { get; set; }
9292

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ public record PulumiConfigCpOptions : PulumiOptions
9696
[CliFlag("--non-interactive")]
9797
public bool? NonInteractive { get; set; }
9898

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ public record PulumiConfigEnvAddOptions : PulumiOptions
9696
[CliFlag("--non-interactive")]
9797
public bool? NonInteractive { get; set; }
9898

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ public record PulumiConfigEnvInitOptions : PulumiOptions
108108
[CliFlag("--non-interactive")]
109109
public bool? NonInteractive { get; set; }
110110

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ public record PulumiConfigEnvLsOptions : PulumiOptions
9090
[CliFlag("--non-interactive")]
9191
public bool? NonInteractive { get; set; }
9292

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ public record PulumiConfigEnvOptions : PulumiOptions
8484
[CliFlag("--non-interactive")]
8585
public bool? NonInteractive { get; set; }
8686

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ public record PulumiConfigEnvRmOptions : PulumiOptions
9696
[CliFlag("--non-interactive")]
9797
public bool? NonInteractive { get; set; }
9898

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ public record PulumiConfigGetOptions : PulumiOptions
102102
[CliFlag("--non-interactive")]
103103
public bool? NonInteractive { get; set; }
104104

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ public record PulumiConfigOptions : PulumiOptions
108108
[CliFlag("--non-interactive")]
109109
public bool? NonInteractive { get; set; }
110110

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

0 commit comments

Comments
 (0)