From 6f1b3a477a8cabdba8684480ee78f6ee6507e9cd Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 23 Jan 2026 21:33:55 +0000 Subject: [PATCH 1/2] docs: update --template flag description in CLI reference - Add explanation of how template strings resolve to GitHub URLs - Document that users can use their own organization/repository - Add example for using custom template repositories Resolves KNO-11348 Co-authored-by: matt --- content/__cli/content.mdx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/content/__cli/content.mdx b/content/__cli/content.mdx index bcb76c5b2..7081d8f6b 100644 --- a/content/__cli/content.mdx +++ b/content/__cli/content.mdx @@ -728,7 +728,7 @@ The command will create a new workflow directory in your local file system. By d Date: Fri, 23 Jan 2026 22:20:42 +0000 Subject: [PATCH 2/2] docs: address review feedback on --template flag description - Updated description format per reviewer suggestion - Restored original example (removed custom template example) - Added link to pre-built Knock templates Co-authored-by: matt --- content/__cli/content.mdx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/content/__cli/content.mdx b/content/__cli/content.mdx index 7081d8f6b..6f1537364 100644 --- a/content/__cli/content.mdx +++ b/content/__cli/content.mdx @@ -728,7 +728,7 @@ The command will create a new workflow directory in your local file system. By d