The Tideways Event Create Command
You can create events for the timeline using the command line tool by calling:
$ tideways event create \
acme/myapp17 \
release \
"Deployed v1.2.5"
Command Arguments
The arguments for the command in order are:
|
(optional value) Default is empty |
|
(optional value) Default is 90 Minutes, this is the time span after release event that will be compared |
|
(required value) Name of the project, |
|
(required value) eventType currently supports |
|
(required value) Title of your release |
Example with optional value --compareAfterMinutes
:
$ tideways event create \
--compareAfterMinutes=15 \
acme/myapp17 \
release \
"Deployed v1.2.5"
Still need help?
Email [email protected]