23 references to AspireCliShellCommandHelpers
Aspire.Deployment.EndToEnd.Tests (23)
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)}";
Helpers\DeploymentE2EAutomatorHelpers.cs (6)
57AspireCliShellCommandHelpers.GetBundlePullRequestInstallCommand(prNumber), 64AspireCliShellCommandHelpers.GetPullRequestInstallCommand(prNumber, AspireCliShellCommandHelpers.MainPullRequestInstallCommandPrefix), 75AspireCliShellCommandHelpers.GetLocalArchiveInstallCommandFromCurrentRef(archiveDir), 83AspireCliShellCommandHelpers.GetInstallScriptCommand(strategy, AspireCliShellCommandHelpers.AkaMsInstallScriptCommandPrefix),
tests\Shared\Hex1bAutomatorTestHelpers.cs (6)
299await auto.TypeAsync(AspireCliShellCommandHelpers.NumberedPromptSetupCommand); 303await auto.RunCommandAsync($"cd {AspireCliShellCommandHelpers.QuoteBashArg(workspacePath)}", counter); 315AspireCliShellCommandHelpers.GetExtractLocalHiveArchiveCommand(archivePath), 327foreach (var command in AspireCliShellCommandHelpers.GetConfigureLocalHiveCommands()) 342AspireCliShellCommandHelpers.GetSourceAspireEnvironmentCommand(includeBundlePath), 355AspireCliShellCommandHelpers.AspireCliVersionCommand,