Skip to content

Commit d2c6bf3

Browse files
authored
Add CODER_WORKSPACE_ID to variable docs (coder#689)
* Add CODER_WORKSPACE_ID to variable docs * Fix from PR comment
1 parent 1111d05 commit d2c6bf3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

workspaces/variables.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ env | grep CODER_
2626
<td>Your email address</td>
2727
</tr>
2828
<tr>
29-
<td><code>CODER_ENVIRONMENT_NAME</code></td>
29+
<td><code>CODER_WORKSPACE_ID</code></td>
30+
<td>The unique ID of your workspace</td>
31+
</tr>
32+
<tr>
33+
<td><code>CODER_WORKSPACE_NAME</code></td>
3034
<td>The name of your workspace</td>
3135
</tr>
3236
<tr>

0 commit comments

Comments
 (0)