events

The cfy events command is used to view events of a specific execution.

Optional flags

These commands support the common CLI flags.

Commands

list

Usage

cfy events list [OPTIONS]

Display events for an execution

Optional flags

 

Example

$ cfy events list -e dcf2dc2f-dc4f-4036-85a6-e693196e6331
...

Listing events for execution id dcf2dc2f-dc4f-4036-85a6-e693196e6331 [include_logs=True]
2017-03-30 10:26:12.723  CFY <cloudify-nodecellar-example> Starting 'update' workflow execution
2017-03-30 10:26:13.201  CFY <cloudify-nodecellar-example> 'update' workflow execution succeeded

Total events: 2

...

delete

Usage

cfy events delete [OPTIONS] EXECUTION_ID

Delete events attached to a deployment.

EXECUTION_ID is the ID of the execution events to delete.

Optional flags

 

Example

$ cfy events delete cloudify-nodecellar-example
...

Deleting events for deployment id cloudify-nodecellar-example [include_logs=True]

Deleted 344 events

...