syncweaver templates add
Copy a named bundled workflow template into the .github/workflows/ directory (or a custom output directory) of the current repository.
Usage
Usage: syncweaver templates add [OPTIONS] TEMPLATE_NAME
Copy TEMPLATE_NAME into the output directory.
TEMPLATE_NAME may omit the .yml extension.
Options:
-o, --output PATH Directory to write the template file. [default:
.github/workflows]
--overwrite Overwrite an existing file.
-h, --help Show this message and exit.
Examples
# List available templates first
syncweaver templates list
# Add a specific template to the default output location
syncweaver templates add sync-update
# Add to a custom directory
syncweaver templates add sync-update --output-dir .github/workflows