Skip to content

Commit

Permalink
docs: update plan.run_sh documentation (#2486)
Browse files Browse the repository at this point in the history
## Description

Add "name" to run_sh.
  • Loading branch information
barnabasbusa authored Jun 18, 2024
1 parent b7da282 commit 0bbc495
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/api-reference/starlark-reference/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0bbc495

Please sign in to comment.