- Practical Site Reliability Engineering
- Pethuru Raj Chelliah Shreyash Naithani Shailender Singh
- 116字
- 2021-06-10 19:08:09
Example 2 – the Apex deployment tool
In this second example, we will demonstrate how to deploy all functions, specific functions, and function deployment, using wild card sign where it will include all matching functions from the mentioned directory.
Deploy all functions in the current directory:
$ apex deploy
Deploy all functions in the directory ~/dev/myapp:
$ apex deploy -C ~/dev/myapp
Deploy specific functions:
$ apex deploy auth
$ apex deploy auth api
Deploy all functions that have a name starting with auth:
$ apex deploy auth*
Deploy all functions ending with _reporter:
$ apex deploy *_reporter
Deploy from an existing zip file:
$ apex build auth > /tmp/auth.zip
$ apex deploy auth --zip /tmp/auth.zip
推薦閱讀
- 大學計算機信息技術導論
- 高效能辦公必修課:Word圖文處理
- AutoCAD繪圖實用速查通典
- Managing Mission:Critical Domains and DNS
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- 自動檢測與傳感技術
- Zabbix Network Monitoring(Second Edition)
- 工業機器人入門實用教程(KUKA機器人)
- Mastering Ceph
- 電腦上網入門
- 智慧未來
- 空間機器人智能感知技術
- Practical AWS Networking
- PostgreSQL 10 High Performance