|
81 | 81 | "RefKind": { |
82 | 82 | "type": "string" |
83 | 83 | }, |
| 84 | + "OptionalRef": { |
| 85 | + "type": "boolean" |
| 86 | + }, |
84 | 87 | "ShowOnCard": { |
85 | 88 | "type": "boolean" |
86 | 89 | }, |
|
402 | 405 | "RefKind": { |
403 | 406 | "type": "string" |
404 | 407 | }, |
| 408 | + "OptionalRef": { |
| 409 | + "type": "boolean" |
| 410 | + }, |
405 | 411 | "ShowOnCard": { |
406 | 412 | "type": "boolean" |
407 | 413 | }, |
|
587 | 593 | "RefKind": { |
588 | 594 | "type": "string" |
589 | 595 | }, |
| 596 | + "OptionalRef": { |
| 597 | + "type": "boolean" |
| 598 | + }, |
590 | 599 | "ShowOnCard": { |
591 | 600 | "type": "boolean" |
592 | 601 | }, |
|
1156 | 1165 | "RefKind": { |
1157 | 1166 | "type": "string" |
1158 | 1167 | }, |
| 1168 | + "OptionalRef": { |
| 1169 | + "type": "boolean" |
| 1170 | + }, |
1159 | 1171 | "ShowOnCard": { |
1160 | 1172 | "type": "boolean" |
1161 | 1173 | }, |
|
2626 | 2638 | "ID": "process-shell-command", |
2627 | 2639 | "Kind": "process", |
2628 | 2640 | "Label": "Run a captured command", |
2629 | | - "Description": "Runs the captured payload in your real login shell, exactly as written -- no sandboxing, no stored environment profile. A piped command stays one step; commands separated by a new line or \u0026\u0026 show as separate steps. External effect -- the run asks for your approval by default. No configurable fields: this node always runs whatever payload it receives.", |
2630 | | - "ConfigFields": null, |
| 2641 | + "Description": "Runs the captured payload exactly as written -- in your real login shell by default, or inside a Configure-authored execution environment (its shell, directory, and variables) when one is chosen. A piped command stays one step; commands separated by a new line or \u0026\u0026 show as separate steps. External effect -- the run asks for your approval by default.", |
| 2642 | + "ConfigFields": [ |
| 2643 | + { |
| 2644 | + "Key": "envId", |
| 2645 | + "Label": "Execution environment", |
| 2646 | + "Type": "text", |
| 2647 | + "Required": false, |
| 2648 | + "Default": "", |
| 2649 | + "Description": "Runs the block inside a Configure-authored environment. Empty runs your real login shell.", |
| 2650 | + "Options": null, |
| 2651 | + "Suggestions": null, |
| 2652 | + "Secret": false, |
| 2653 | + "RefKind": "execenv", |
| 2654 | + "OptionalRef": true, |
| 2655 | + "Multiline": false, |
| 2656 | + "SystemManaged": false |
| 2657 | + } |
| 2658 | + ], |
2631 | 2659 | "Output": "combined stdout+stderr from every sub-command that ran", |
2632 | 2660 | "Consumes": [ |
2633 | 2661 | "text" |
|
4823 | 4851 | "ID": "process-shell-command", |
4824 | 4852 | "Kind": "process", |
4825 | 4853 | "Label": "Run a captured command", |
4826 | | - "Description": "Runs the captured payload in your real login shell, exactly as written -- no sandboxing, no stored environment profile. A piped command stays one step; commands separated by a new line or \u0026\u0026 show as separate steps. External effect -- the run asks for your approval by default. No configurable fields: this node always runs whatever payload it receives.", |
4827 | | - "ConfigFields": null, |
| 4854 | + "Description": "Runs the captured payload exactly as written -- in your real login shell by default, or inside a Configure-authored execution environment (its shell, directory, and variables) when one is chosen. A piped command stays one step; commands separated by a new line or \u0026\u0026 show as separate steps. External effect -- the run asks for your approval by default.", |
| 4855 | + "ConfigFields": [ |
| 4856 | + { |
| 4857 | + "Key": "envId", |
| 4858 | + "Label": "Execution environment", |
| 4859 | + "Type": "text", |
| 4860 | + "Required": false, |
| 4861 | + "Default": "", |
| 4862 | + "Description": "Runs the block inside a Configure-authored environment. Empty runs your real login shell.", |
| 4863 | + "Options": null, |
| 4864 | + "Suggestions": null, |
| 4865 | + "Secret": false, |
| 4866 | + "RefKind": "execenv", |
| 4867 | + "OptionalRef": true, |
| 4868 | + "Multiline": false, |
| 4869 | + "SystemManaged": false |
| 4870 | + } |
| 4871 | + ], |
4828 | 4872 | "Output": "combined stdout+stderr from every sub-command that ran", |
4829 | 4873 | "Consumes": [ |
4830 | 4874 | "text" |
|
0 commit comments