thermostat develop dev-tools
This command will start the Thermostat developer tools, which is a web-based interface with various useful tools for things like database administration and log analysis. There are four development tools currently available in Thermostat:
- Adminer: This is a version of Adminer that can connect to Thermostat databases such as the MariaDB service database.
- Adminer SSL: This is a version of Adminer that is configured to use encrypted connections to connect to databases.
- MariaDB: This is a version of Adminer that will automatically log you in to the MariaDB service database.
- phpRedisAdmin: This is a version of phpRedisAdmin that can connect to the Thermostat Redis service database.
Usage:
$ thermostat develop dev-tools
Options:
--public [boolean] Make the development tools server accessible publicly on the internet. Use this with caution!
--port [number] [default: 8080] Have the development tools server listen a given port.