Skip to content

Commit

Permalink
set initial deploy key
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Dec 18, 2024
1 parent 1eb80f4 commit 595e75e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/commands/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default class AuthCommand extends Command {
name: 'deployKey',
message: () => 'What is your Subgraph Studio deploy key?',
required: true,
initial: initialDeployKey,
skip: this.validateStudioDeployKey(initialDeployKey),
validate: value =>
this.validateStudioDeployKey(value) || `Invalid Subgraph Studio deploy key: ${value}`,
Expand Down

0 comments on commit 595e75e

Please sign in to comment.