Releasing Apps
Releasing makes a deployed version of your app available for installation. You must deploy successfully before you can release.
Release from the Falcon console
Section titled “Release from the Falcon console”- After a successful deployment, click Release in the App Builder toolbar.
- The release process packages your deployed artifacts for distribution.
- Once complete, the app version is available in the App Catalog.
Release from the CLI
Section titled “Release from the CLI”foundry apps releaseRelease statuses
Section titled “Release statuses”| Status | Description |
|---|---|
| In progress | The release is being processed. |
| Successful | The release completed. The app is available for installation. |
| Failed | The release failed. Review the error and retry. |
Retry a failed release
Section titled “Retry a failed release”If a release fails, fix the underlying issue and run the release command again. You do not need to redeploy unless the fix requires code or configuration changes.
Versioning
Section titled “Versioning”Each release increments the app version. See Versioning for details on version semantics and auto-update behavior.