Skip to content

Commit 50c4f59

Browse files
committed
add v4-beta package version warning
1 parent 91798f0 commit 50c4f59

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/self-hosting/docker.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,10 @@ TRIGGER_IMAGE_TAG=v4.0.0-v4-beta.21
345345
346346
This section highlights some of the CLI commands and options that are useful when self-hosting. Please check the [CLI reference](/cli-introduction) for more in-depth documentation.
347347
348+
<Note>
349+
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
350+
</Note>
351+
348352
### Login
349353
350354
To avoid being redirected to [Trigger.dev Cloud](https://cloud.trigger.dev) when using the CLI, you need to specify the URL of your self-hosted instance with the `--api-url` or `-a` flag. For example:

docs/self-hosting/kubernetes.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@ kubectl port-forward svc/trigger-webapp 3040:3030 -n trigger
6969

7070
3. Open the dashboard: `http://localhost:3040`
7171

72+
4. Login with the magic link:
73+
74+
```bash
75+
# Check the webapp logs
76+
kubectl logs -n trigger deployment/trigger-webapp | grep -A1 "magic link"
77+
```
78+
79+
<Note>
80+
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
81+
</Note>
82+
7283
## Configuration
7384

7485
The default installation uses insecure secrets and is only suitable for testing. You _will_ need to configure your own secrets as a bare minimum.

0 commit comments

Comments
 (0)