UNPKG

@dataroadinc/setup-auth

Version:

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

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