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: serverpod_cloud_cli/lib/command_runner/completion/completion_script_carapace.dart
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -177,9 +177,8 @@ commands:
177
177
--limit=: "The maximum number of log records to fetch."
178
178
-u, --utc: "Display timestamps in UTC timezone instead of local."
179
179
--no-utc: "Display timestamps in UTC timezone instead of local."
180
-
-r, --recent=: "Fetch records from the recent period length; s (seconds) by default. Can also be specified as the first argument."
181
-
--until=: "Fetch records from before this timestamp."
182
-
--since=: "Fetch records from after this timestamp."
180
+
--until=: "Fetch records from before this timestamp. Accepts ISO date string (e.g., \"2024-01-15T10:30:00Z\") or duration string (e.g., \"5m\", \"3h\", \"1d\"). Can also be specified as the first argument."
181
+
--since=: "Fetch records from after this timestamp. Accepts ISO date string (e.g., \"2024-01-15T10:30:00Z\") or duration string (e.g., \"5m\", \"3h\", \"1d\")."
0 commit comments