- AWS Administration Cookbook
- Lucas Chan Rowan Udell
- 69字
- 2021-07-09 18:18:33
Output
You can also get a preview of the output of a command by calling the command with the --generate-cli-skeleton output option. This can speed up the process of combining CLI commands as you can see a response without actually calling the API:
$ aws ec2 describe-availability-zones --generate-cli-skeleton output
{
"AvailabilityZones": [
{
"ZoneName": "ZoneName",
"State": "State",
"RegionName": "RegionName",
"Messages": [
{
"Message": "Message"
}
]
}
]
}
推薦閱讀
- 構(gòu)建高質(zhì)量的C#代碼
- Mastering Spark for Data Science
- Windows XP中文版應(yīng)用基礎(chǔ)
- 完全掌握AutoCAD 2008中文版:綜合篇
- 基于企業(yè)網(wǎng)站的顧客感知服務(wù)質(zhì)量評價(jià)理論模型與實(shí)證研究
- R Data Analysis Projects
- Flink原理與實(shí)踐
- FANUC工業(yè)機(jī)器人配置與編程技術(shù)
- Cortex-M3嵌入式處理器原理與應(yīng)用
- Mastering DynamoDB
- 巧學(xué)活用Linux
- SketchUp 2014 for Architectural Visualization(Second Edition)
- Qt中的C++技術(shù)
- 人工智能基礎(chǔ)教程:Python篇(青少版)
- 數(shù)字孿生技術(shù)與工程實(shí)踐:模型+數(shù)據(jù)驅(qū)動的智能系統(tǒng)