Skip to content

Commit

Permalink
chore: update plan.run_sh documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Jun 12, 2024
1 parent 9ff7b9d commit 4d39911
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 4d39911

Please sign in to comment.