Opening an app in a browser¶
Prerequisites¶
You must have an existing connection in your
config.tomlfile.You must have a
snowflake.ymlfile in your Snowflake Native App project.
How to open a Snowflake Native App application in your default browser¶
The snow app open command opens the app specified in the resolved project definition of your Snowflake Native App project.
Create a connection, if necessary.
Execute the
snow app opencommand from within your project, similar to the following:When successful, the command returns the following message:
If you have not yet installed an application as part of the
snow app run, the following error message is displayed:
For more information about opening a Snowflake Native App in a browser, see the CLI snow app open command.