diff --git a/src/content/docs/snowflake/integrations/snow-cli.mdx b/src/content/docs/snowflake/integrations/snow-cli.mdx index dd4a2057..1729cce7 100644 --- a/src/content/docs/snowflake/integrations/snow-cli.mdx +++ b/src/content/docs/snowflake/integrations/snow-cli.mdx @@ -3,38 +3,20 @@ title: Snowflake CLI description: Use Snowflake CLI to interact with the Snowflake emulator. --- -import { Tabs, TabItem } from '@astrojs/starlight/components'; - ## Introduction Snowflake CLI is a command-line interface (CLI) for Snowflake. You can use Snowflake CLI to interact with the Snowflake emulator. Snowflake CLI provides a set of commands to manage and interact with Snowflake accounts, databases, warehouses, and more. You can connect Snowflake CLI to the Snowflake emulator using a connection profile. A connection profile is a set of parameters that define the connection to a Snowflake account. You can create, list, and test connection profiles using Snowflake CLI. -## Installation - -You can install Snowflake CLI using the following methods: - - - -```bash -pip install snowflake-cli-labs -snow --help -``` - - -```bash -brew tap Snowflake-Labs/snowflake-cli -brew install snowcli -snow --help -``` - - - ## Configuring Snowflake CLI In this guide, you will learn how to configure Snowflake CLI to interact with the Snowflake emulator using a `localstack` connection profile. +:::note +For installation instructions, follow the [official Snowflake documentation](https://docs.snowflake.com/en/developer-guide/snowflake-cli/installation/installation) for your operating system. This ensures you install the correct and most up-to-date version of the Snowflake CLI. +::: + ### Create a connection profile To configure Snowflake CLI to interact with the Snowflake emulator, create a connection profile using the following command: @@ -50,7 +32,7 @@ snow connection add \ You might be prompted to enter more optional parameters, such as the connection port, database name, warehouse name, authentication method, and more. These are however optional and can be skipped. -After a successful configuration, you can the `localstack` connection profile is ready to use. +After a successful configuration, the `localstack` connection profile is ready to use. ### List your connection profiles