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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changelog
2
2
3
+
## [0.16.0] - 2025-11-13
4
+
5
+
### Added
6
+
7
+
-**Auth flow trigger** - Automatically trigger the authentication flow when a user tries to use a command that requires authentication but isn't logged in.
8
+
-**`--show-files` flag** - Introduce a new `--show-files` flag to the `scloud deploy` command to print the file tree that will be uploaded.
9
+
10
+
### Changed
11
+
12
+
-**`--before` and `--after` flags** - Rename the `--before` flag to `--until` and the `--after` flag to `--since` for the `scloud log` command.
13
+
-**`--connection-timeout` flag** - Rename the global `--connection-timeout` flag to `--timeout`. The auth flag `--timeout` is renamed to `--time-limit`.
14
+
-**`--skip-confirmation` flag** - Rename the global `--skip-confirmation` flag to `--yes`.
15
+
-**`deployment` command** - Move the `scloud status deploy` command to a new `scloud deployment show` command.
16
+
-**`--scloud-dir` flag** - Rename the global `--scloud-dir` flag to `--config-dir`.
17
+
-**`domain` subcommands** - Rename the `add` subcommand to `attach` and the `remove` subcommand to `detach` for the `scloud domain` command.
18
+
-**`env` command** - Rename the `scloud env` command to `scloud variable`.
19
+
-**`db user` commands** - Move the `create user` and `reset-password` commands under the `user` subcommand of `db`, like `scloud db user create`
20
+
-**Project link documentation** - Clarify the purpose of the `link` command in the help text.
21
+
22
+
### Fixed
23
+
24
+
-**Global token flag** - Make the `--token` flag visible for end users.
Copy file name to clipboardExpand all lines: serverpod_cloud_cli/CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,29 @@
1
1
2
2
# Changelog
3
3
4
+
## [0.16.0] - 2025-11-13
5
+
6
+
### Added
7
+
8
+
-**Auth flow trigger** - Automatically trigger the authentication flow when a user tries to use a command that requires authentication but isn't logged in.
9
+
-**`--show-files` flag** - Introduce a new `--show-files` flag to the `scloud deploy` command to print the file tree that will be uploaded.
10
+
11
+
### Changed
12
+
13
+
-**`--before` and `--after` flags** - Rename the `--before` flag to `--until` and the `--after` flag to `--since` for the `scloud log` command.
14
+
-**`--connection-timeout` flag** - Rename the global `--connection-timeout` flag to `--timeout`. The auth flag `--timeout` is renamed to `--time-limit`.
15
+
-**`--skip-confirmation` flag** - Rename the global `--skip-confirmation` flag to `--yes`.
16
+
-**`deployment` command** - Move the `scloud status deploy` command to a new `scloud deployment show` command.
17
+
-**`--scloud-dir` flag** - Rename the global `--scloud-dir` flag to `--config-dir`.
18
+
-**`domain` subcommands** - Rename the `add` subcommand to `attach` and the `remove` subcommand to `detach` for the `scloud domain` command.
19
+
-**`env` command** - Rename the `scloud env` command to `scloud variable`.
20
+
-**`db user` commands** - Move the `create user` and `reset-password` commands under the `user` subcommand of `db`, like `scloud db user create`
21
+
-**Project link documentation** - Clarify the purpose of the `link` command in the help text.
22
+
23
+
### Fixed
24
+
25
+
-**Global token flag** - Make the `--token` flag visible for end users.
0 commit comments