CLI-1485: Add SSH URL in alias list #2648
Annotations
1 error and 1 warning
Mutation Testing
Process completed with exit code 1.
|
Mutation Testing:
src/Command/Remote/AliasListCommand.php#L59
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
$table->addRow([$customerApplication->name, $alias, $environment->uuid]);
}
$table->render();
- $output->writeln('');
+
$output->writeln('<info>To get more information about a specific environment, run <options=bold>acli api:environments:find <alias></></info>');
return Command::SUCCESS;
}
}
|