mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
847 B
847 B
Release Smoke Checklist
Before promoting an rc to stable (or merging the release commit on main),
the release author runs through the following against a local dify at the
target tag:
docker compose updify-api and dify-web at the target versiondifyctl auth logincompletes oauth and stores a tokendifyctl get workspacelists workspaces, current markeddifyctl get appsreturns apps for the current workspacedifyctl describe app <id>returns info + parameters + input_schemadifyctl run app <id> --input "input=hi"blocking returns echoed answerdifyctl run app <id> --input "input=hi" --streamstreams eventsdifyctl versionshows correct version, channel, and compat range- Uninstall the previous version, install the new tarball via install-cli.sh, repeat the above