in src/main/java/com/awslabs/iot/client/console/AwsIotClientConsoleTerminal.java [73:83]
private void showDangerousModeBannerIfNecessary() {
if (!arguments.dangerousMode) {
return;
}
Logger.warn(this, "------------------------------------ DANGER!");
Logger.warn(this, "| You have enabled dangerous mode! |");
Logger.warn(this, "------------------------------------ DANGER!");
Logger.warn(this, "Some commands can and will remove resources in your AWS account without confirmation. You have been warned!");
}