CLI-1237: Publish docs #2042
Annotations
1 warning
Mutation Testing:
src/Command/Auth/AuthLoginCommand.php#L33
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
$activeKeyLabel = $keys[$activeKey]['label'];
$output->writeln("The following Cloud Platform API key is active: <options=bold>{$activeKeyLabel}</>");
} else {
- $output->writeln('No Cloud Platform API key is active');
+
}
// If keys already are saved locally, prompt to select.
if ($keys && $input->isInteractive()) {
|