sladg / nextjs-lambda

Lambda deployments for Nextjs12 & Nextjs13 (standalone). Easy CLI commands to get your standalone Next output to run in AWS Lambda (not @Edge)! Uses CDK in behind and produces code zips importable to Terraform, Serverless, Azure, etc.
MIT License
169 stars 19 forks source link

CLI options are parsed as booleans #33

Closed hayes closed 1 year ago

hayes commented 1 year ago

Looks like commander default to options being treated as booleans. To pass in paths I think the CLI options need to be updated to something like '--standaloneFolder <path>'

sladg commented 1 year ago

Fixed! Thanks for reporting :) Version 3.7.1