Source
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.
snow app release-channel add-accounts
Preview Feature — Open In preview in Amazon Web Services (AWS), Microsoft Azure, and Google Cloud commercial regions.
snow app release-directive add-accounts
snow app release-directive add-accounts Adds accounts to a release directive. Syntax snow app release-directive add-accounts <directive> --channel <channel> --target-accounts <target_accounts> --package-entity-id <package_entity_id…
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 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 release-channel add-version
Preview Feature — Open In preview in Amazon Web Services (AWS), Microsoft Azure, and Google Cloud commercial regions.
snow app release-directive remove-accounts
Removes accounts from a release directive.
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 events
Fetches events for this app from the event table configured in Snowflake. By default, this command will fetch events generated by an app installed in the current connection’s account.