- 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
推薦閱讀
- ArchiCAD 19:The Definitive Guide
- Machine Learning for Cybersecurity Cookbook
- Drupal 7 Multilingual Sites
- 極簡AI入門:一本書讀懂人工智能思維與應用
- 計算機原理
- 21天學通ASP.NET
- RPA:流程自動化引領數字勞動力革命
- Embedded Programming with Modern C++ Cookbook
- 單片機C語言程序設計完全自學手冊
- Containers in OpenStack
- Godot Engine Game Development Projects
- Citrix? XenDesktop? 7 Cookbook
- 和機器人一起進化
- Web璀璨:Silverlight應用技術完全指南
- Hands-On Business Intelligence with Qlik Sense