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.
snow app version create
Adds a new patch to the provided version defined in your application package. If the version does not exist, creates a version with patch 0.
snow app publish
Adds the version to the release channel and updates the release directive with the new version and patch.
snow app version drop
Drops a version defined in your application package. Versions can either be passed in as an argument to the command or read from the manifest.
snow app validate
snow app validate Validates a deployed Snowflake Native App’s setup script. Syntax snow app validate --package-entity-id <package_entity_id> --app-entity-id <app_entity_id> --project <project_definition> --env <env_overrides> --c…