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
This commit is contained in:
James Ritchie
2024-09-11 17:14:39 +01:00
committed by GitHub
parent 47ca24aab8
commit 972b5e34b8
18 changed files with 560 additions and 152 deletions
+9
View File
@@ -0,0 +1,9 @@
---
title: "CLI deploy options"
sidebarTitle: "Deploy"
description: "Use these options to help deploy your tasks to Trigger.dev."
---
import CliDeployCommands from '/snippets/cli-commands-deploy.mdx';
<CliDeployCommands/>