gpt4 book ai didi

amazon-web-services - AWS CLI 创建 ECR 存储库

转载 作者:行者123 更新时间:2023-12-03 08:36:33 25 4
gpt4 key购买 nike

我正在尝试使用 AWS cli 中的标签列表创建 ECR 存储库。这是我正在运行的命令。我需要将标签作为 JSON 传递

aws ecr create-repository \
--repository-name alpha/sample-repo \
--region us-west-2 \
--tags [{"Key":"env","Value":"dev"},{"Key":"team","Value":"finance"}]

并出现以下错误

Error parsing parameter '--tags': Invalid JSON:
[Key:env]

我在这里缺少什么?如何让它发挥作用?

最佳答案

尝试用单引号将标签括起来

aws ecr create-repository \
--repository-name alpha/sample-repo \
--region us-west-2 \
--tags '[{"Key":"env","Value":"dev"},{"Key":"team","Value":"finance"}]'

关于amazon-web-services - AWS CLI 创建 ECR 存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63727964/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com