Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed May 13, 2024
1 parent 9398811 commit be3dde1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cli
.option('--certPath <path>', '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) => {
Expand Down

0 comments on commit be3dde1

Please sign in to comment.