quarto-dev / quarto-dev/quarto-cli

Quarto project context awareness

Open
#6,206 0 comments 1 reaction 1 assignee View on GitHub

@cscheid is already working on this.

Since Jul 13, 2023.

enhancement inspect projects
Dominant language
JavaScript
Stars
6k
Forks
458
Avg merge
1d 9h
Merged PRs (30d)
41

Description

It would be nice to have some awareness on Quarto project context at least in quarto check[^1].

For example, quarto check or quarto check project could display:

  • presence of _quarto.yml which defines a project.
  • presence of _environment.
    • A warning could be raised if detected not next to _quarto.yml.
  • presence of _variables.yml.
    • A warning could be raised if detected not next to _quarto.yml.

This also applies to the .local version of those files.

I don't fully know if it is possible, but warnings when "project" features are used without _quarto.yml would also be great (in addition to the current statement in the documentation).

CC @cderv if you think of something else.

[^1]: inspired by the debugging of an issue involving project setup and "auto-detect"/"fallback" method inside Quarto (#6162)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.