UNPKG

@dataroadinc/setup-auth

Version:

CLI tool and programmatic API for automated OAuth setup across cloud platforms

9 lines (8 loc) 302 B
export async function addCommandGitHubSetupAuth(program) { program .command("github-setup-oauth") .description('Set up "Login with GitHub" (GitHub OAuth) for the given project') .action(() => { console.log("GitHub OAuth setup functionality coming soon!"); }); }