diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/framework/core/cli/CliUtils.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/framework/core/cli/CliUtils.kt index 76164fd..1adb83b 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/framework/core/cli/CliUtils.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/framework/core/cli/CliUtils.kt @@ -93,7 +93,6 @@ private fun createRemoteProvInstance( } -// todo: consider removal as password can be retrieved by PromptSecretSource internal fun retrievePassword(cliCommand: TargetCliCommand): Secret? { var password: Secret? = null if (cliCommand.isValidRemote() && cliCommand.passwordInteractive) {