We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
graph auth
1 parent 6a886f9 commit f5bfa07Copy full SHA for f5bfa07
.changeset/six-moles-appear.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphprotocol/graph-cli': patch
3
4
+
5
+fix graph auth
packages/cli/src/commands/auth.ts
@@ -57,9 +57,6 @@ export default class AuthCommand extends Command {
57
required: true,
58
}));
59
60
- // Poor var naming will cleanup later
61
- ({ node } = chooseNodeUrl({ product: node, studio: false }));
62
-
63
// eslint-disable-next-line -- prettier has problems with ||=
64
deployKey =
65
deployKey ||
0 commit comments