MCPcopy
hub / github.com/triggerdotdev/trigger.dev / whoAmICommand

Function whoAmICommand

packages/cli-v3/src/commands/whoami.ts:46–50  ·  view source on GitHub ↗
(options: unknown)

Source from the content-addressed store, hash-verified

44}
45
46export async function whoAmICommand(options: unknown) {
47 return await wrapCommandAction("whoamiCommand", WhoamiCommandOptions, options, async (opts) => {
48 return await whoAmI(opts);
49 });
50}
51
52export async function whoAmI(
53 options?: WhoamiCommandOptions,

Callers 1

configureWhoamiCommandFunction · 0.85

Calls 2

wrapCommandActionFunction · 0.85
whoAmIFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…