UNPKG

@dataroadinc/setup-auth

Version:

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

5 lines (4 loc) 294 B
import { addCommandGcpSetupOAuth } from "./setup-oauth/index.js"; import { addCommandGcpSetupServiceAccount } from "./setup-service-account/index.js"; import { addCommandGcpView } from "./view/index.js"; export { addCommandGcpSetupOAuth, addCommandGcpSetupServiceAccount, addCommandGcpView, };