mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-27 07:27:49 +00:00
* Initial plan * Add system(command; args) operator with --enable-system-operator flag Agent-Logs-Url: https://github.com/mikefarah/yq/sessions/8a11e9a0-10d2-4f2a-ae29-4e9d0bfc266f Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com> * Update pkg/yqlib/operator_system.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Evaluate system command/args per matched node using SingleReadonlyChildContext Agent-Logs-Url: https://github.com/mikefarah/yq/sessions/dca841eb-3f63-4f23-adeb-556431560420 Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com> * Add yqFlags to expressionScenario for doc command snippets; fix system op docs Agent-Logs-Url: https://github.com/mikefarah/yq/sessions/3f8a5375-25fd-4428-a8e6-b630194c36b2 Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com> * Update pkg/yqlib/doc/operators/headers/system-operators.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update pkg/yqlib/doc/operators/system-operators.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Validate command node type and handle multiple results with debug log Agent-Logs-Url: https://github.com/mikefarah/yq/sessions/928aabc5-ad71-41d8-94ab-403942e3f92d Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Remove deprecated --enable-system-operator alias; use --security-enable-system-operator consistently Agent-Logs-Url: https://github.com/mikefarah/yq/sessions/286b95e9-b6d7-4ab8-b401-2d7a03853922 Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Address deep review feedback: error on disabled, strict arg/cmd validation, debug logs, docs Agent-Logs-Url: https://github.com/mikefarah/yq/sessions/fbfba2db-60ea-4c20-a4c2-0fd396b80c81 Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com> Co-authored-by: Mike Farah <mikefarah@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| add.md | ||
| alternative-default-value.md | ||
| anchor-and-alias-operators.md | ||
| array-to-map.md | ||
| assign-update.md | ||
| boolean-operators.md | ||
| collect-into-array.md | ||
| column.md | ||
| comment-operators.md | ||
| compare.md | ||
| contains.md | ||
| create-collect-into-object.md | ||
| datetime.md | ||
| delete.md | ||
| divide.md | ||
| document-index.md | ||
| encode-decode.md | ||
| entries.md | ||
| env-variable-operators.md | ||
| equals.md | ||
| error.md | ||
| eval.md | ||
| file-operators.md | ||
| filter.md | ||
| first.md | ||
| flatten.md | ||
| group-by.md | ||
| has.md | ||
| keys.md | ||
| kind.md | ||
| length.md | ||
| line.md | ||
| load.md | ||
| Main.md | ||
| map.md | ||
| max.md | ||
| min.md | ||
| modulo.md | ||
| multiply-merge.md | ||
| omit.md | ||
| parent.md | ||
| path.md | ||
| pick.md | ||
| pipe.md | ||
| pivot.md | ||
| recursive-descent-glob.md | ||
| reduce.md | ||
| reverse.md | ||
| select.md | ||
| shuffle.md | ||
| slice-array.md | ||
| sort-keys.md | ||
| sort.md | ||
| split-into-documents.md | ||
| string-operators.md | ||
| style.md | ||
| subtract.md | ||
| system-operators.md | ||
| tag.md | ||
| to_number.md | ||
| traverse-read.md | ||
| union.md | ||
| unique.md | ||
| variable-operators.md | ||
| with.md | ||