Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 447 Bytes

File metadata and controls

29 lines (18 loc) · 447 Bytes

Omni Inspector Tool

Shows the dynamic flow chart of all Omni resources and controllers.

alt text

Running

Run Omni in debug mode.

For example:

make docker-compose-up WITH_DEBUG=true

Build the Omni inspector

make omni-inspector-linux-amd64

Run the inspector:

_out/omni-inspector-linux-amd64

The inspector will be accessible on http://localhost:12000.