Skip to content

Commit

Permalink
docs: Update flags list
Browse files Browse the repository at this point in the history
Updated the flags list in two files to reflect recent changes in the codebase. Added new flag `--generate-manifest` to the "Static Site Generation" file and added a note about it being similar to the [[Vault Manifests]] feature. Also, added a note about the `--watch` flag implicitly enabling the `--force` flag in both files.
  • Loading branch information
SakuraIsayeki committed Jul 6, 2024
1 parent 431341f commit 63b7a70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Below are the protocols currently supported for vault exports :
Some features of the manifest command are specifically oriented for development and automation purposes.
Here is a detailed account of some of the extra features baked into this command.

| Flag | Description |
| --------- | ---------------------------------------------------------------------- |
| `--watch` | Continuously watches for changes and updates the manifest accordingly. |
| `--debug` | Prints out extra information, similar to a verbose flag. |
| Flag | Description | Notes |
| --------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------------------- |
| `--watch` | Continuously watches for changes and updates the manifest accordingly. | Can only be used on local vaults. |
| `--generate-manifest` | Generates a site manifest with the SSG assets. This is similar to running the [[Vault Manifests]] feature. | |
| `--debug` | Prints out extra information, similar to a verbose flag. | |
10 changes: 5 additions & 5 deletions nodsoft_moltenobsidian_web/vault/Tool/Vault Manifests.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ For reference, these are the default exclusions:
Some features of the manifest command are specifically oriented for development and automation purposes.
Here is a detailed account of some of the extra features baked into this command.

| Flag | Description |
| --------- | ------------------------------------------------------------------------ |
| `--force` | Forces any existing manifest found at the output path to be overwritten. |
| `--watch` | Continuously watches for changes and updates the manifest accordingly. |
| `--debug` | Prints out extra information, similar to a verbose flag. |
| Flag | Description | Notes |
| --------- | ------------------------------------------------------------------------ | -------------------------------------- |
| `--force` | Forces any existing manifest found at the output path to be overwritten. | |
| `--watch` | Continuously watches for changes and updates the manifest accordingly. | Implicitly enables the `--force` flag. |
| `--debug` | Prints out extra information, similar to a verbose flag. | |

0 comments on commit 63b7a70

Please sign in to comment.