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
Added shared link commands, fixed UTF-8 issue with saving CSV reports, added autopaging for events and fixed faulty event get command. Added date options w for weeks and now. Bumped to v1.0.2
_createdBefore=command.Option("--created-before","Return enterprise events that occured before a time. Use a timestamp or shorthand syntax 00t, like 05w for 5 weeks",CommandOptionType.SingleValue);
37
-
_createdAfter=command.Option("--created-after","Return enterprise events that occured before a time. Use a timestamp or shorthand syntax 00t, like 05w for 5 weeks",CommandOptionType.SingleValue);
36
+
_createdBefore=command.Option("--created-before","Return enterprise events that occured before a time. Use a timestamp or shorthand syntax 00t, like 05w for 5 weeks. If not used, defaults to now.",CommandOptionType.SingleValue);
37
+
_createdAfter=command.Option("--created-after","Return enterprise events that occured before a time. Use a timestamp or shorthand syntax 00t, like 05w for 5 weeks. If not used, defaults to 5 days ago.",CommandOptionType.SingleValue);
0 commit comments