Open przemoch-dev opened 8 months ago
Use case Cloud functions deployment using cloud code UI
Feature Allow to configure trigger type in launch.json file, to deploy the function with trigger other than http.
launch.json
http
Like --trigger-event-filters="type=EVENTARC_FILTER_TYPE" in CLI args.
--trigger-event-filters="type=EVENTARC_FILTER_TYPE"
Use case Cloud functions deployment using cloud code UI
Feature Allow to configure trigger type in
launch.json
file, to deploy the function with trigger other thanhttp
.Like
--trigger-event-filters="type=EVENTARC_FILTER_TYPE"
in CLI args.