Files
triggerdotdev--trigger.dev/docs/cli-update-commands.mdx
T
James Ritchie 972b5e34b8 Docs/more improvements (#1292)
* WIP creating a CLI section

* WIP adding more CLI commands in a new section

* New CLI section with introduction and more CLI commands

* More improvement to the CLI options

* Each CLI command has its own page

* fixed broken links

* Removed outdated copy
2024-09-11 17:14:39 +01:00

40 lines
823 B
Plaintext

---
title: "CLI update command"
sidebarTitle: "Update"
description: "Use these options when using the `update` CLI command."
---
Run the command like this:
<CodeGroup>
```bash npm
npx trigger.dev@beta update
```
```bash pnpm
pnpm dlx trigger.dev@beta update
```
```bash yarn
yarn dlx trigger.dev@beta update
```
</CodeGroup>
## Options
<ParamField body="Log level" type="--log-level | -l">
The CLI log level to use. Options are `debug`, `info`, `log`, `warn`, `error`, and `none`. This does not affect the log level of your trigger.dev tasks. Defaults to `log`.
</ParamField>
<ParamField body="Skip telemetry" type="--skip-telemetry">
Opt-out of sending telemetry data.
</ParamField>
## Standard options
<ParamField body="Help" type="--help | -h">
Shows the help information for the command.
</ParamField>