Skip to content

Commit 134cea0

Browse files
committed
chore(task): add automatic sandbox setup helper tasks
1 parent d0db12a commit 134cea0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

taskfile.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ tasks:
2626
- task: help_open_sandbox_if_present
2727

2828
set_agent_name_if_present:
29+
desc: "When LIVEKIT_AGENT_NAME is set, configure the agent to use it on init"
2930
status:
3031
- test -z "$LIVEKIT_AGENT_NAME"
3132
cmds:
@@ -40,6 +41,7 @@ tasks:
4041
mv "$tmp" "$file"
4142
4243
help_open_sandbox_if_present:
44+
desc: "When LIVEKIT_SANDBOX_ID is set, print the URL to open it"
4345
status:
4446
- test -z "$LIVEKIT_SANDBOX_ID"
4547
cmds:

0 commit comments

Comments
 (0)