Skip to content
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

document --if-missing and --if-stale #1105

Closed
Fil opened this issue Mar 19, 2024 · 1 comment · Fixed by #1108
Closed

document --if-missing and --if-stale #1105

Fil opened this issue Mar 19, 2024 · 1 comment · Fixed by #1108
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Fil
Copy link
Contributor

Fil commented Mar 19, 2024

https://observablehq.com/framework/deploying should describe these new options introduced in #1042

@Fil Fil added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 19, 2024
@Fil Fil self-assigned this Mar 19, 2024
@mbostock
Copy link
Member

This is already documented on the command line, but it could be improved:

$ observable help deploy
Usage: observable deploy [--root] [--config] [--message] [--if-stale] [--if-missing]

  --if-stale        What to do if the output directory is stale: one of 'build', 'cancel', 'deploy', or 'prompt' (the default)
  --if-missing      What to do if the output directory is missing: one of 'build', 'cancel', or 'prompt' (the default)

@Fil Fil closed this as completed in #1108 Mar 22, 2024
Fil added a commit that referenced this issue Mar 22, 2024
* add documentation for --message, --if-stale, --if-missing

closes #1105

* who you gonna call?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants