We should update all the command-line scripts and tools to try and use and load config from default production location (/etc/st2/st2.conf) by default on invocation.
Right now this doesn't happen so user needs to manually pass --config-file /etc/st2/st2.conf flag to each of those tools and scripts.
This should save everyone some typing and also improve the user experience - currently in some scenarios if --config-file argument is not provided logging is not set up which causes confusion.