From 830cd4e45d665c856c45825db38f8b2913b72829 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Thu, 29 Jan 2026 13:01:50 -0800 Subject: [PATCH] info command --- src/cli/index.ts | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/cli/index.ts b/src/cli/index.ts index 2d3cbe9..90bca56 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -37,6 +37,34 @@ async function post(url: string, body?: B): Promise', 'app name') + .action(infoApp) + program .command('list') .description('List all apps')