v0.16.0
Pre-release
Pre-release
Added
- Improved multi-prompt wizards (e.g. "Create function")
- Added support for back button
- All prompts will occur up front before any steps are executed
- Creating a project will automatically prompt for the first function
- Projects in sub-directory of a workspace will be recognized as function projects
- Prompt to upload local app settings after deploy
- View commit in GitHub for an applicable deployment
Changed
- Creating a Function App in Azure will only prompt for Function App name. Set
azureFunctions.advancedCreation
totrue
to be prompted for all other values.