972b5e34b8
* 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
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
---
|
|
title: "CLI dev command"
|
|
sidebarTitle: "Dev"
|
|
description: "The `trigger.dev dev` command is used to run your tasks locally."
|
|
---
|
|
|
|
import CliDevCommands from "/snippets/cli-commands-develop.mdx";
|
|
|
|
<CliDevCommands /> |