Skip to content

Commit 8cf83a3

Browse files
authored
Merge pull request #18 from Affitor/feat/cli-onboard-inject
feat(cli): affitor onboard — composed detect → wire → verify (G6, #9)
2 parents ad33e7d + 7f7f5a6 commit 8cf83a3

7 files changed

Lines changed: 1004 additions & 0 deletions

File tree

packages/cli/src/cli.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { registerLoginCommand } from "./commands/login.js";
77
import { registerLogoutCommand } from "./commands/logout.js";
88
import { registerWhoamiCommand } from "./commands/whoami.js";
99
import { registerInitCommand } from "./commands/init.js";
10+
import { registerOnboardCommand } from "./commands/onboard.js";
1011
import { registerSetupCommand } from "./commands/setup-stripe.js";
1112
import { registerStatusCommand } from "./commands/status.js";
1213
import { registerTestCommand } from "./commands/test.js";
@@ -59,6 +60,7 @@ registerLoginCommand(program);
5960
registerLogoutCommand(program);
6061
registerWhoamiCommand(program);
6162
registerInitCommand(program);
63+
registerOnboardCommand(program);
6264
registerSetupCommand(program);
6365
registerStatusCommand(program);
6466
registerTestCommand(program);

0 commit comments

Comments
 (0)