2 references to SecretNotFound
aspire (2)
Commands\SecretDeleteCommand.cs (1)
49
return CommandResult.Failure(CliExitCodes.ConfigNotFound, string.Format(CultureInfo.CurrentCulture, SecretCommandStrings.
SecretNotFound
, key.EscapeMarkup()));
Commands\SecretGetCommand.cs (1)
51
return CommandResult.Failure(CliExitCodes.ConfigNotFound, string.Format(CultureInfo.CurrentCulture, SecretCommandStrings.
SecretNotFound
, key.EscapeMarkup()));