Source
snow app run
Creates an application package in your Snowflake account, uploads code files to its stage, then creates or upgrades an application object from the application package.
Security requirements and best practices for a Snowflake Native App
Your app must not load or execute any code from outside the application package except Snowflake - provided libraries. All the app code, including all library dependencies and setup code, must be included in the app version defined in the…
snow app validate
Validates a deployed Snowflake Native App’s setup script.
snow app open
Opens the Snowflake Native App inside of your browser, once it has been installed in your account.
Install an app from a listing
The Snowflake Native App Framework is generally available on supported cloud platforms. For additional information, see Support for private connectivity, VPS, and government regions.
snow app release-directive set
Sets a release directive. target_accounts cannot be specified for default release directives. target_accounts field is required when creating a new non - default release directive.
How to include markdown elements and images in the readme.md file of a native app
ISSUE: Native apps without a Streamlit component will, by default, display the readme.md file when the app is opened.
snow app release-directive unset
snow app release-directive unset Unsets a release directive. Syntax CopyExpandsnow app release-directive unset <directive> --channel <channel> --package-entity-id <package_entity_id> --app-entity-id <app_entity_id> --project <pro…
snow app release-directive add-accounts
snow app release-directive add-accounts Adds accounts to a release directive. Syntax CopyExpandsnow app release-directive add-accounts <directive> --channel <channel> --target-accounts <target_accounts> --package-entity-id <package…
snow app version list
Lists all versions defined in an application package.