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.
1 parent d24d6f0 commit 9b1f96fCopy full SHA for 9b1f96f
packages/cli/src/commands/auth.ts
@@ -34,10 +34,6 @@ export default class AuthCommand extends Command {
34
this.error('✖ Deploy key must not exceed 200 characters', { exit: 1 });
35
}
36
37
- if (product === 'hosted-service' || node?.match(/api.thegraph.com/)) {
38
- this.error('✖ The hosted service is deprecated', { exit: 1 });
39
- }
40
-
41
try {
42
await saveDeployKey(node!, deployKey);
43
print.success(`Deploy key set for ${node}`);
0 commit comments