Files
triggerdotdev--trigger.dev/docs/snippets/cli-options-branch.mdx
T
2026-07-13 13:32:57 +08:00

5 lines
247 B
Plaintext

<ParamField body="Preview branch" type="--branch | -b">
When using `--env preview` the branch is automatically detected from git. But you can manually
specify it by using this option, e.g. `--branch my-branch` or `-b my-branch`.
</ParamField>