-
-
Notifications
You must be signed in to change notification settings - Fork 60
Breaking changes notes
Luca Grulla edited this page Mar 10, 2019
·
1 revision
In v3.x the syntax of the tail
command has changed.
- The optional begin and end tail timestamps are now command flags,
--begin
and--end
. - Log group and optional stream changed from being positional arguments to be a single argument tuple with
:
as a separator:mygroup:mystream
- Example:
- old syntax:
cw tail my-group my-stream 2018-12-21:09 2018-12-21:12
- new syntax:
cw tail -b2018-12-21:09 -e2018-12-21:12 mygroup:mystream
- old syntax: