diff --git a/docs/docs/api-reference/starlark-reference/plan.md b/docs/docs/api-reference/starlark-reference/plan.md index 72f079d07b..47cf3e2408 100644 --- a/docs/docs/api-reference/starlark-reference/plan.md +++ b/docs/docs/api-reference/starlark-reference/plan.md @@ -613,6 +613,10 @@ The `run_sh` instruction executes a one-time execution task. It runs the bash co # MANDATORY run = "mkdir -p kurtosis && echo $(ls)", + # The name of the container, as a string + # OPTIONAL (Default: task--UUID) + name = "curl-job" + # Image the command will be run on # OPTIONAL (Default: badouralix/curl-jq) image = "badouralix/curl-jq",