- 1.1 简介
- 1.1.1 基本概念
- 1.1.1.1 工作空间
- 1.1.1.2 权限
- 1.1.1.3 运行环境
- 1.1.1.4 函数
- 1.1.1.5 触发器
- 1.2 快速上手
- 1.2.1 整体流程
- 1.2.2 创建空间
- 1.2.3 创建函数
- 1.2.4 创建触发器
- 1.2.5 测试
- 1.2.6 查看日志与监控
- 1.3 编程模型
- 1.3.1 Python2编程模型
- 1.3.2 Python3编程模型
- 1.3.3 Java编程模型
- 1.3.4 Golang编程模型
- 1.3.5 Nodejs编程模型
- 1.4 命令行工具
- 1.4.1 安装
- 1.4.2 配置
- 1.4.3.1 help
- 1.4.3.2 config
- 1.4.3.3 version
- 1.4.3.4 space
- 1.4.3.4.1 list
- 1.4.3.4.2 create
- 1.4.3.4.3 update
- 1.4.3.4.4 delete
- 1.4.3.5 func
- 1.4.3.5.1 list
- 1.4.3.5.2 create
- 1.4.3.5.3 update
- 1.4.3.5.4 delete
- 1.4.3.5.5 updatecode
- 1.4.3.6 invoke
- 1.4.3.7 log
- 1.4.3.8 runtime
- 1.4.3.9 trigger
- 1.4.3.9.1 create
- 1.4.3.9.2 list
- 1.4.3.9.3 delete
- 1.5 应用示例
- 1.5.1 支持用户上传ZIP包
- 1.5.2 集成小米FDS服务
- 1.5.3 集成小米Talos服务
- 1.5.4 集成小米EMQ服务
- 1.5.5 集成小米SDS服务
- 1.5.6 死信队列
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
1.4.3.1 help
在需要任何命令的帮助信息的时候,都是使用--help或者-h来查看。如下:
mifx -h
输出如下:
Find more information at: https://open.cloud.mi.com
Usage:
mifx [flags]
mifx [command]
Available Commands:
config config cli context
func function manipulation command
help Help about any command
invoke invoke function
log log manipulation command
runtime runtime mainipulation command
space space manipulation
trigger trigger manipulation command
version command line version
Flags:
-c, --config string config file
-h, --help help for mifx
Use "mifx [command] --help" for more information about a command.
可以继续使用-h命令获取其他命令的帮助信息,如下:
mifx space -h
mifx space create -h
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论