@dataroadinc/setup-auth
Version:
CLI tool and programmatic API for automated OAuth setup across cloud platforms
10 lines (8 loc) • 297 B
text/typescript
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,
}