Skip to content

Commit bd0f970

Browse files
committed
Simplification of run:* tasks
Signed-off-by: hiren <[email protected]>
1 parent b981831 commit bd0f970

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dsl-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,8 @@ Enables the execution of external processes encapsulated within a containerized
930930
| environment | `map` | `no` | A key/value mapping of the environment variables, if any, to use when running the configured process |
931931
| stdin | `string` | `no` | A runtime expression, if any, passed as argv to the command or default container CMD|
932932
| arguments | `string[]` | `no` | A list of the arguments, if any, passed as argv to the command or default container CMD |
933+
| stdin | `string` | `no` | A runtime expression, if any, passed as argv to the command or default container CMD|
934+
| arguments | `string[]` | `no` | A list of the arguments, if any, passed as argv to the command or default container CMD |
933935
| lifetime | [`containerLifetime`](#container-lifetime) | `no` | An object used to configure the container's lifetime. |
934936

935937
###### Examples

0 commit comments

Comments
 (0)