Skip to content

Commit

Permalink
docs: fix cr
Browse files Browse the repository at this point in the history
  • Loading branch information
Han-Ya-Jun committed Jan 19, 2024
1 parent b443a7f commit faac75d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sdks/apigw-manager/docs/sync-apigateway-with-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,10 @@ call_definition_command_or_exit grant_apigw_permissions "${definition_file}" --g
# 同步网关基本信息
call_definition_command_or_exit sync_apigw_config "${definition_file}" --gateway-name=${gateway_name}

# 同步网关资源;--delete 将删除网关中未在 resources.yaml 存在的资源
# 同步网关资源
#
# --delete: 当资源在服务端存在,却未出现在资源定义文件中时,默认将被忽略
# 指定本参数会强制删除这类资源,以保证服务端资源和文件内容完全一致。
call_definition_command_or_exit sync_apigw_resources "${resources_file}" --gateway-name=${gateway_name} --delete

# 同步网关环境信息
Expand Down

0 comments on commit faac75d

Please sign in to comment.