Skip to content

Commit f8fce33

Browse files
thomhurstthomhurst
andauthored
chore: Update yq CLI options (#2425)
Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>
1 parent 35a45dc commit f8fce33

6 files changed

Lines changed: 23 additions & 1 deletion

File tree

src/ModularPipelines.Yq/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", "yq")]
9-
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-02-15T03:12:04.5805950Z")]
9+
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-04-19T03:37:02.4614566Z")]

src/ModularPipelines.Yq/Options/YqEvalAllOptions.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;
@@ -181,6 +183,12 @@ public record YqEvalAllOptions : YqOptions
181183
[CliFlag("--security-disable-file-ops")]
182184
public bool? SecurityDisableFileOps { get; set; }
183185

186+
/// <summary>
187+
/// Enable system operator to allow execution of external commands.
188+
/// </summary>
189+
[CliFlag("--security-enable-system-operator")]
190+
public bool? SecurityEnableSystemOperator { get; set; }
191+
184192
/// <summary>
185193
/// separator for shell variable key paths (default "_")
186194
/// </summary>

src/ModularPipelines.Yq/Options/YqEvalOptions.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;
@@ -181,6 +183,12 @@ public record YqEvalOptions : YqOptions
181183
[CliFlag("--security-disable-file-ops")]
182184
public bool? SecurityDisableFileOps { get; set; }
183185

186+
/// <summary>
187+
/// Enable system operator to allow execution of external commands.
188+
/// </summary>
189+
[CliFlag("--security-enable-system-operator")]
190+
public bool? SecurityEnableSystemOperator { get; set; }
191+
184192
/// <summary>
185193
/// separator for shell variable key paths (default "_")
186194
/// </summary>

src/ModularPipelines.Yq/Options/YqOptions.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.Yq/Services/IYq.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 ModularPipelines.Models;
810
using ModularPipelines.Options;

src/ModularPipelines.Yq/Services/Yq.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 ModularPipelines.Context;
810
using ModularPipelines.Models;

0 commit comments

Comments
 (0)