UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

12 lines (11 loc) 374 B
import { Command } from '@oclif/core'; export default class AuthCommand extends Command { static description: string; static args: { 'deploy-key': import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>; }; static flags: { help: import("@oclif/core/interfaces").BooleanFlag<void>; }; run(): Promise<void>; }