From be3dde10adbcca604a418bed15b3c0d655bdd741 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 13 May 2024 12:20:57 -0700 Subject: [PATCH] chore: wip --- bin/cli.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/cli.ts b/bin/cli.ts index 7899702..49f4a71 100644 --- a/bin/cli.ts +++ b/bin/cli.ts @@ -24,6 +24,7 @@ cli .option('--certPath ', 'Absolute path to the SSL certificate') .option('--verbose', 'Enable verbose logging', { default: false }) .example('reverse-proxy start --from localhost:3000 --to my-project.localhost') + .example('reverse-proxy start --from localhost:3001 --to my-project.localhost/api') .example('reverse-proxy start --from localhost:3000 --to localhost:3001') .example('reverse-proxy start --from localhost:3000 --to my-project.test --keyPath /absolute/path/to/key --certPath /absolute/path/to/cert') .action(async (options?: Options) => {