Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cli): add time range flags to events list cmd #154

Merged
merged 2 commits into from
Jun 25, 2020

Conversation

afiune
Copy link
Contributor

@afiune afiune commented Jun 25, 2020

We are adding two flags to the events list command to provide a custom
time range:

$ lacework event list --end "2020-06-19T00:00:00Z" --start "2020-06-13T00:00:00Z"

If either a start or an end time is provided, both flags are required.

Signed-off-by: Salim Afiune Maya [email protected]

@afiune afiune requested a review from scottford-lw June 25, 2020 18:29
We are adding two flags to the `events list` command to provide a custom
time range:
```
$ lacework event list --end "2020-06-19T00:00:00Z" --start "2020-06-13T00:00:00Z"
```

If either a start or an end time is provided, both flags are required.

Signed-off-by: Salim Afiune Maya <[email protected]>
@afiune afiune self-assigned this Jun 25, 2020
@afiune afiune added cli Something related to the Lacework CLI feat New feature or request labels Jun 25, 2020
Copy link
Contributor

@scottford-lw scottford-lw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@afiune afiune merged commit e055bc0 into master Jun 25, 2020
@afiune afiune deleted the afiune/events/date-range branch June 25, 2020 20:53
@afiune afiune mentioned this pull request Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Something related to the Lacework CLI feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants