4 references to ConfigNotFound
aspire (4)
Commands\ConfigCommand.cs (2)
104
return CliExitCodes.
ConfigNotFound
;
390
return CliExitCodes.
ConfigNotFound
;
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()));