Skip to content

Commit 1b07c69

Browse files
committed
apigateway: include targetUrl in output
[SQUASH] apollo: add changelog entry Update package-lock
1 parent af17dbf commit 1b07c69

3 files changed

Lines changed: 16 additions & 33 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Remove default `--tag=current` for some client commands that used it [#1062](https://github.com/apollographql/apollo-tooling/pull/1062)
88
- Add missing dependency `@oclif/errors` [#1068](https://github.com/apollographql/apollo-tooling/pull/1068)
99
- The keyword "type" is escaped when generating scala.js via client:codegen [#1066](https://github.com/apollographql/apollo-tooling/pull/1066)
10+
- Include targetUrl in the output of the `service:check` command [#1072](https://github.com/apollographql/apollo-tooling/pull/1072)
1011

1112
# `apollo@2.5.3`
1213

package-lock.json

Lines changed: 14 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/apollo/src/commands/service/check.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export default class ServiceCheck extends ProjectCommand {
112112
]
113113
});
114114
this.log("\n");
115+
this.log(`View full details at: ${targetUrl}`);
115116
// exit with failing status if we have failures
116117
if (failures.length > 0) {
117118
this.exit();

0 commit comments

Comments
 (0)