Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ModularPipelines.Yq/AssemblyInfo.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
using System.Reflection;

[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.Tool", "yq")]
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-02-15T03:12:04.5805950Z")]
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-04-19T03:37:02.4614566Z")]
8 changes: 8 additions & 0 deletions src/ModularPipelines.Yq/Options/YqEvalAllOptions.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
Expand Down Expand Up @@ -181,6 +183,12 @@ public record YqEvalAllOptions : YqOptions
[CliFlag("--security-disable-file-ops")]
public bool? SecurityDisableFileOps { get; set; }

/// <summary>
/// Enable system operator to allow execution of external commands.
/// </summary>
[CliFlag("--security-enable-system-operator")]
public bool? SecurityEnableSystemOperator { get; set; }

/// <summary>
/// separator for shell variable key paths (default "_")
/// </summary>
Expand Down
8 changes: 8 additions & 0 deletions src/ModularPipelines.Yq/Options/YqEvalOptions.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
Expand Down Expand Up @@ -181,6 +183,12 @@ public record YqEvalOptions : YqOptions
[CliFlag("--security-disable-file-ops")]
public bool? SecurityDisableFileOps { get; set; }

/// <summary>
/// Enable system operator to allow execution of external commands.
/// </summary>
[CliFlag("--security-enable-system-operator")]
public bool? SecurityEnableSystemOperator { get; set; }

/// <summary>
/// separator for shell variable key paths (default "_")
/// </summary>
Expand Down
2 changes: 2 additions & 0 deletions src/ModularPipelines.Yq/Options/YqOptions.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
Expand Down
2 changes: 2 additions & 0 deletions src/ModularPipelines.Yq/Services/IYq.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using ModularPipelines.Models;
using ModularPipelines.Options;
Expand Down
2 changes: 2 additions & 0 deletions src/ModularPipelines.Yq/Services/Yq.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Do not edit this file manually.
// </auto-generated>

#nullable enable

using System.CodeDom.Compiler;
using ModularPipelines.Context;
using ModularPipelines.Models;
Expand Down
Loading