Install the CLI globally and give it a try with one line of code (with NPM):

$ npm install -g @snowflake-so/snowflake-cli

Check if the Snowflake CLI is installed on your machine:

$ snowflake --version

Using the help command to check the list of available commands:

$ snowflake --help

Usage: snowflake [options] [command]

Snowflake CLI to interact with Snowflake SDK

Options:
-V, --version output the version number
-h, --help display help for command

Commands:
config Configure Snowflake CLI
job Manage job
jobs Manage jobs
account Manage wallet account
help [command] display help for command

To learn more about the CLI, we have a very detailed article here to guide you on each command. Introduction to the Snowflake CLI on our Medium blog: https://medium.com/@snowflake_so/snowflake-cli-is-here-be75840bfbf3

The CLI is open-sourced. You can learn more about it here: https://github.com/snowflake-so/snowflake-cli

Did this answer your question?