Releases: arafato/funcy-azure
Releases · arafato/funcy-azure
Version 0.5.0
This release adds the following new features:
faz project logstreamlets you connect to the logstream of your application and output logs directly tostdoutfaz function runlets you invoke your function directly on Azure. Parameters are specified inargs.jsonfaz function emulatelets you emulate a call of the function locally on your machine. (formerfunction run)
Version 0.4.2
- Added new context action for deleting project:
project delete
Version 0.4.1
- Added support for local git: set
versionControl.locationinf-project.jsontolocalin order to enable.
Version 0.4.0
New feature: Deployment Management
deployment listlists all past and current deployments of your applicationdeployment redeploylets you roll back to a previous version
Version 0.3.3
- Added
env listhandler that lets you print out env variables in both local and cloud context. Equal env vars in both contexts are printed below each other.
Version 0.3.2
- Added new handler
env delete: Let's you delete env variables from the local and/or cloud context (local.env and cloud.env respectively)
Version 0.3.0
Added environment variable management context for local.env and cloud.env:
- new handler
env set
Version 0.2.7
- Added authorizationLevel for http-triggered functions as an option (
-a --authLevel) tofunction create - Added
FUNCTIONS_EXTENSION_VERSION=~0.2tocloud.envper default to let Azure provision most recent runtime
Version 0.2.6
- https://functions.azure.com is now added to CORS entries in
f-project.jsonper default upon project creation. SCM_REPOSITORY_PATH=wwwrootfor in-place deployment is now incloud.envper default.
Version 0.2.5
A lot of bugfixes. The entire chain "creation -> provisioning -> deployment -> execution" is now fully working.