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

Function _loginCommand

packages/cli-v3/src/commands/login.ts:52–54  ·  view source on GitHub ↗
(options: LoginCommandOptions)

Source from the content-addressed store, hash-verified

50}
51
52async function _loginCommand(options: LoginCommandOptions) {
53 return login({ defaultApiUrl: options.apiUrl, embedded: false, profile: options.profile });
54}
55
56export type LoginOptions = {
57 defaultApiUrl?: string;

Callers 1

loginCommandFunction · 0.85

Calls 1

loginFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…