23 references to AspireCliShellCommandHelpers
Aspire.Deployment.EndToEnd.Tests (23)
AcaManagedRedisDeploymentTests.cs (4)
94
await auto.RunCommandAsync($"cd {
AspireCliShellCommandHelpers
.QuoteBashArg(projectName)}", counter);
112
$"dotnet add {
AspireCliShellCommandHelpers
.QuoteBashArg($"{projectName}.Server/{projectName}.Server.csproj")} package Aspire.Microsoft.Azure.StackExchangeRedis --prerelease",
160
await 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)
264
resource_group={{
AspireCliShellCommandHelpers
.QuoteBashArg(resourceGroupName)}}
348
return $"bash -c {
AspireCliShellCommandHelpers
.QuoteBashArg(script)}";
356
await auto.TypeAsync($"RG_NAME={
AspireCliShellCommandHelpers
.QuoteBashArg(resourceGroupName)} && " +
382
await auto.TypeAsync($"RG_NAME={
AspireCliShellCommandHelpers
.QuoteBashArg(resourceGroupName)} && " +
AppServiceStoragePrivateEndpointDeploymentTests.cs (3)
272
resource_group={{
AspireCliShellCommandHelpers
.QuoteBashArg(resourceGroupName)}}
345
resource_group={{
AspireCliShellCommandHelpers
.QuoteBashArg(resourceGroupName)}}
383
return $"bash -c {
AspireCliShellCommandHelpers
.QuoteBashArg(script)}";
Helpers\DeploymentE2EAutomatorHelpers.cs (6)
57
AspireCliShellCommandHelpers
.GetBundlePullRequestInstallCommand(prNumber),
64
AspireCliShellCommandHelpers
.GetPullRequestInstallCommand(prNumber,
AspireCliShellCommandHelpers
.MainPullRequestInstallCommandPrefix),
75
AspireCliShellCommandHelpers
.GetLocalArchiveInstallCommandFromCurrentRef(archiveDir),
83
AspireCliShellCommandHelpers
.GetInstallScriptCommand(strategy,
AspireCliShellCommandHelpers
.AkaMsInstallScriptCommandPrefix),
tests\Shared\Hex1bAutomatorTestHelpers.cs (6)
299
await auto.TypeAsync(
AspireCliShellCommandHelpers
.NumberedPromptSetupCommand);
303
await auto.RunCommandAsync($"cd {
AspireCliShellCommandHelpers
.QuoteBashArg(workspacePath)}", counter);
315
AspireCliShellCommandHelpers
.GetExtractLocalHiveArchiveCommand(archivePath),
327
foreach (var command in
AspireCliShellCommandHelpers
.GetConfigureLocalHiveCommands())
342
AspireCliShellCommandHelpers
.GetSourceAspireEnvironmentCommand(includeBundlePath),
355
AspireCliShellCommandHelpers
.AspireCliVersionCommand,