# Crazyflie console This module provides access to the Crazyflie console. **NOTE:** The console data history clears when you connect to the Crazyflie (i.e is downloaded on connect) ## Show console prints This command shows everything printed in the Crazyflie console. ```text cfcli console ``` If you do not want any formatting of the text then use the ```--no-format``` parameter: ```text cfcli console --no-format ```