Azure / static-web-apps-cli

Azure Static Web Apps CLI ✨
https://aka.ms/swa/cli-local-development
MIT License
585 stars 112 forks source link

Add support for custom data api location for the deploy command #664

Closed thomasgauvin closed 1 year ago

thomasgauvin commented 1 year ago

Data API Location can be specified via cli arg, config file parameter, workflow file parameter

thomasgauvin commented 1 year ago

From my testing, SWA CLI currently doesn't work well with extracting workflow config from gh action workflow files, needs some bug fixing there since the values are extracted but not properly used. That is to be addressed in a separate PR