Device to Cloud Command Line Interface Tips
Print DMO request timings
To let DMO print some profiling information you can export the environment variable DTIOT_PROFILE before you execute d2ccommand and you need to set the --info command line option.
export DTIOT_PROFILE=1
Print passwords instead of ***
To let d2ccli print passwords and secrets instead of *** you can export the environment variable SHOW_SECRETS before you execute d2ccommand.
export SHOW_SECRETS=1