diff --git a/smartsim/_core/_cli/cli.py b/smartsim/_core/_cli/cli.py index 2195f008c..71d0c3a39 100644 --- a/smartsim/_core/_cli/cli.py +++ b/smartsim/_core/_cli/cli.py @@ -118,6 +118,11 @@ def default_cli() -> SmartCli: clean_execute, clean_parser, ), + MenuItemConfig( + "dbcli", + "Print the path to the redis-cli binary", + dbcli_execute, + ), MenuItemConfig( "site", "Print the installation site of SmartSim",