Skip to content

Tag: command-line-interface

collecting CLI usage data with python click

I’m a platform engineer building a python CLI app (using click) that teams in the same company could use to launch data processing jobs on our internally managed cluster. I want to build a functionality to collect usage data i.e., record the commands submitted to the app and store them in a database. So…