【发布时间】:2018-11-29 05:01:58
【问题描述】:
通过 aws cli 执行此操作的正确语法是什么?
aws apigateway update-stage --rest-api-id $api_id --stage-name 'test_stage' --patch-operations op="add",path=/variables,value="{server:8.8.8.8}"
我无法正确理解value=".." 的最后一部分。文档对我帮助不大。
【问题讨论】: