From 34f412697d8325dcb4be73594b80df5ee0234a86 Mon Sep 17 00:00:00 2001 From: Marcus Chok Date: Tue, 12 Mar 2024 09:59:53 -0400 Subject: [PATCH] [SNOW-1039218] docs: clarify only official templates for command --- src/snowflake/cli/plugins/nativeapp/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snowflake/cli/plugins/nativeapp/commands.py b/src/snowflake/cli/plugins/nativeapp/commands.py index 3b17031262..bdff1a2ebc 100644 --- a/src/snowflake/cli/plugins/nativeapp/commands.py +++ b/src/snowflake/cli/plugins/nativeapp/commands.py @@ -84,7 +84,7 @@ def app_init( @app.command("list-templates", hidden=True) def app_list_templates(**options) -> CommandResult: """ - Prints information regarding templates that can be used with snow app init. + Prints information regarding the official templates that can be used with snow app init. """ with SecurePath.temporary_directory() as temp_path: repo = shallow_git_clone(OFFICIAL_TEMPLATES_GITHUB_URL, temp_path.path)