Allows piping prompt to other AI tools or saving to file: yarn docs:create --print-prompt draft.md > prompt.txt yarn docs:create --print-prompt draft.md | llm -m gpt-4 The flag: - Prepares context and selects products - Generates the full AI prompt - Outputs to stdout and exits - Works with both URL-based and draft-based workflows |
||
|---|---|---|
| .. | ||
| lib | ||
| schemas | ||
| templates | ||
| README-add-placeholders.md | ||
| add-placeholders.js | ||
| docs-create.js | ||
| docs-edit.js | ||