19 references to QuoteBashArg
Aspire.Deployment.EndToEnd.Tests (19)
AcaManagedRedisDeploymentTests.cs (4)
94await auto.RunCommandAsync($"cd {AspireCliShellCommandHelpers.QuoteBashArg(projectName)}", counter); 112$"dotnet add {AspireCliShellCommandHelpers.QuoteBashArg($"{projectName}.Server/{projectName}.Server.csproj")} package Aspire.Microsoft.Azure.StackExchangeRedis --prerelease", 160await auto.RunCommandAsync($"cd {AspireCliShellCommandHelpers.QuoteBashArg($"{projectName}.AppHost")}", counter); 168$"unset ASPIRE_PLAYGROUND && unset Azure__Location && export AZURE__LOCATION=eastus2 AZURE__RESOURCEGROUP={AspireCliShellCommandHelpers.QuoteBashArg(resourceGroupName)}",
AppServiceReactDeploymentTests.cs (4)
264resource_group={{AspireCliShellCommandHelpers.QuoteBashArg(resourceGroupName)}} 348return $"bash -c {AspireCliShellCommandHelpers.QuoteBashArg(script)}"; 356await auto.TypeAsync($"RG_NAME={AspireCliShellCommandHelpers.QuoteBashArg(resourceGroupName)} && " + 382await auto.TypeAsync($"RG_NAME={AspireCliShellCommandHelpers.QuoteBashArg(resourceGroupName)} && " +
AppServiceStoragePrivateEndpointDeploymentTests.cs (3)
272resource_group={{AspireCliShellCommandHelpers.QuoteBashArg(resourceGroupName)}} 345resource_group={{AspireCliShellCommandHelpers.QuoteBashArg(resourceGroupName)}} 383return $"bash -c {AspireCliShellCommandHelpers.QuoteBashArg(script)}";
tests\Shared\CliInstallStrategy.cs (7)
87return $"mkdir -p ~/.aspire && tar -xzf {QuoteBashArg(archivePath)} -C ~/.aspire 2>/dev/null"; 131return $"{commandPrefix} --local-dir {QuoteBashArg(localDir)}"; 143return $"curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/{sha}/eng/scripts/get-aspire-cli-pr.sh | bash -s -- --local-dir {QuoteBashArg(localDir)}"; 167$"PKG={QuoteBashArg(packageId)}; " + 168$"TARGET={QuoteBashArg(projectPath)}; " + 193args += $" --add-source {QuoteBashArg(nupkgSourcePath)}"; 198args += $" --configfile {QuoteBashArg(nuGetConfigPath)}";
tests\Shared\Hex1bAutomatorTestHelpers.cs (1)
303await auto.RunCommandAsync($"cd {AspireCliShellCommandHelpers.QuoteBashArg(workspacePath)}", counter);