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 |
|
(optional value) Default is Environment name to attach this event to. |
|
(optional value) Defaults to the application’s default service. Service name to attach this event to. |
|
(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"
Types of Events
The following event types exist:
|
Release events represent the time of a release of a new software version. |
|
A marker event represents an arbitrary event of technical or non-technical nature, such as Upgrades, Reboots or Marketing Campaigns. |