The trigger.dev preview archive
command can be used to archive a preview branch.
--branch
option.
--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
.trigger.config.ts
process.env
of the CLI
process, not the tasks.@trigger.dev
package updates.https://api.trigger.dev
. This can also be set via the TRIGGER_API_URL
environment variable.debug
, info
, log
, warn
, error
, and none
. This does not affect the log level of your trigger.dev tasks. Defaults to log
.TRIGGER_TELEMETRY_DISABLED
environment variable. Just set it to anything other than an empty string.