Skip to content

Feature/cli autogen #1659

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 18 commits into
base: prerelease
Choose a base branch
from
Draft
2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,8 @@ website:
href: docs/reference/metadata/crossref.qmd
- text: "Brand"
href: docs/reference/metadata/brand.qmd
- section: "<code>quarto</code>"
contents: docs/cli/*.qmd
- id: prerelease
title: "Quarto 1.3"
contents:
Expand Down
1 change: 1 addition & 0 deletions docs/cli/_metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tbl-colwidths: [35,20,45]
6 changes: 6 additions & 0 deletions docs/cli/add.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: 'add'
---

{{< include includes/_add.md >}}

35 changes: 35 additions & 0 deletions docs/cli/call.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: 'call'
shift-heading-level-by: 1
---

{{< include includes/_call.md >}}

# call engine

{{< include includes/_call-engine.md >}}

# call engine julia

{{< include includes/_call-engine-julia.md >}}


# call engine julia status

{{< include includes/_call-engine-julia-status.md >}}

# call engine julia kill

{{< include includes/_call-engine-julia-kill.md >}}

# call engine julia log

{{< include includes/_call-engine-julia-log.md >}}

# call engine julia close

{{< include includes/_call-engine-julia-close.md >}}

# call engine julia stop

{{< include includes/_call-engine-julia-stop.md >}}
6 changes: 6 additions & 0 deletions docs/cli/capabilities.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: 'capabilities'
---

{{< include includes/_capabilities.md >}}

6 changes: 6 additions & 0 deletions docs/cli/check.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: 'check'
---

{{< include includes/_check.md >}}

Loading