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