3.4.0
Cloud Functions
- Implemented Cloud Functions SDK module, with support for the following methods:
createCloudFunction
,listCloudFunctions
,createJob
,setEnvironment
,deleteJob
. - Added CLI support for cloud functions methods, with the following commands:
list
,get
,create
,create-job
,set-environment
,list-jobs
,delete-job
.