You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ground_control_client/CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## [0.20.0] - 2025-12-30
4
+
5
+
### Added
6
+
7
+
-**Output flag for deploy command** - You can now use the `--output` flag with the `scloud deploy` command to save the deployment zip locally.
8
+
-**Password subcommand** - Added a `password` subcommand to the Serverpod Cloud CLI for management of `SERVERPOD_PASSWORD_*` secrets.
9
+
-**Pre-deploy code generation prompt** - During `scloud launch`, you'll now be prompted to include `serverpod generate` as a pre-deploy hook to ensure your backend code is up to date.
Copy file name to clipboardExpand all lines: serverpod_cloud_cli/CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
2
2
# Changelog
3
3
4
+
## [0.20.0] - 2025-12-30
5
+
6
+
### Added
7
+
8
+
-**Output flag for deploy command** - You can now use the `--output` flag with the `scloud deploy` command to save the deployment zip locally.
9
+
-**Password subcommand** - Added a `password` subcommand to the Serverpod Cloud CLI for management of `SERVERPOD_PASSWORD_*` secrets.
10
+
-**Pre-deploy code generation prompt** - During `scloud launch`, you'll now be prompted to include `serverpod generate` as a pre-deploy hook to ensure your backend code is up to date.
0 commit comments