UNPKG

gatsby-cli

Version:

Gatsby command-line interface for creating new sites and running Gatsby commands

5 lines (4 loc) 147 B
/** * Main function that logs in to Gatsby Cloud using Gatsby Cloud's authentication service. */ export declare function login(): Promise<void>;