Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 689 Bytes

File metadata and controls

30 lines (20 loc) · 689 Bytes

<-- Back to main section

CliTools (ct)

Introduction

CliTools or ct is a executable PHP-Phar for more convienence development. It provides some helpfull tools eg. for Sniffing, Debugging and Docker controlling.

MySQL debugging (live query log and other tools)

If you want to use live query logging you need the '/debug' mount in your mysql container and also an exposed mysql port running on 3306 on the host.

To enable the query log use the provided CliTools:

ct mysql:debug

other debug tools:

ct mysql:connections
ct mysql:list
ct mysql:restore
ct mysql:drop
ct mysql:create
ct mysql:clear