package tag info -> warning
This commit is contained in:
@@ -345,9 +345,9 @@ TRIGGER_IMAGE_TAG=v4.0.0-v4-beta.21
|
||||
|
||||
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.
|
||||
|
||||
<Note>
|
||||
<Warning>
|
||||
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
|
||||
</Note>
|
||||
</Warning>
|
||||
|
||||
### Login
|
||||
|
||||
|
||||
@@ -76,9 +76,9 @@ kubectl port-forward svc/trigger-webapp 3040:3030 -n trigger
|
||||
kubectl logs -n trigger deployment/trigger-webapp | grep -A1 "magic link"
|
||||
```
|
||||
|
||||
<Note>
|
||||
<Warning>
|
||||
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
|
||||
</Note>
|
||||
</Warning>
|
||||
|
||||
## Configuration
|
||||
|
||||
@@ -373,9 +373,9 @@ kubectl delete namespace trigger
|
||||
|
||||
See the [Docker CLI usage](/self-hosting/docker#cli-usage) section, the commands are identical regardless of deployment method.
|
||||
|
||||
<Note>
|
||||
<Warning>
|
||||
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
|
||||
</Note>
|
||||
</Warning>
|
||||
|
||||
## CI / GitHub Actions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user