We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175a415 commit 3cb9b3dCopy full SHA for 3cb9b3d
docs/templates/change-management.md
@@ -17,11 +17,13 @@ export CODER_TEMPLATE_NAME=kubernetes
17
export CODER_TEMPLATE_DIR=.coder/templates/kubernetes
18
export CODER_TEMPLATE_VERSION=$(git rev-parse --short HEAD)
19
20
-# Push the new template template version to Coder
+# Push the new template version to Coder
21
coder templates push --yes $CODER_TEMPLATE_NAME \
22
--directory $CODER_TEMPLATE_DIR \
23
--name=$CODER_TEMPLATE_VERSION # Version name is optional
24
```
25
26
> Looking for an example? See how we push our development image
27
> and template [via GitHub actions](https://github.com/coder/coder/blob/main/.github/workflows/dogfood.yaml).
28
+
29
+> To create tokens with over a 30 day lifetime, [configure Coder server to set a longer max token lifetime](../cli/coder_server#--max-token-lifetime)
0 commit comments