We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0db12a commit 134cea0Copy full SHA for 134cea0
taskfile.yaml
@@ -26,6 +26,7 @@ tasks:
26
- task: help_open_sandbox_if_present
27
28
set_agent_name_if_present:
29
+ desc: "When LIVEKIT_AGENT_NAME is set, configure the agent to use it on init"
30
status:
31
- test -z "$LIVEKIT_AGENT_NAME"
32
cmds:
@@ -40,6 +41,7 @@ tasks:
40
41
mv "$tmp" "$file"
42
43
help_open_sandbox_if_present:
44
+ desc: "When LIVEKIT_SANDBOX_ID is set, print the URL to open it"
45
46
- test -z "$LIVEKIT_SANDBOX_ID"
47
0 commit comments