MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / logoutCommand

Function logoutCommand

packages/cli-v3/src/commands/logout.ts:28–32  ·  view source on GitHub ↗
(options: unknown)

Source from the content-addressed store, hash-verified

26}
27
28export async function logoutCommand(options: unknown) {
29 return await wrapCommandAction("logoutCommand", LogoutCommandOptions, options, async (opts) => {
30 return await logout(opts);
31 });
32}
33
34export async function logout(options: LogoutCommandOptions) {
35 const config = readAuthConfigProfile(options.profile);

Callers 1

configureLogoutCommandFunction · 0.85

Calls 2

wrapCommandActionFunction · 0.85
logoutFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…