aws/copilot-cli

Add support for resourceTags in `copilot env deploy`

開放

#3,874 建立於 2022年8月10日

 (5 則留言) (3 個反應) (0 位負責人)Go (441 個分叉)auto 404
area/envgood first issuesize/S

倉庫指標

星標
 (3,737 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Is it feasible to add support for resourceTags for copilot env deploy command at https://github.com/aws/copilot-cli/blob/mainline/internal/pkg/cli/env_deploy.go#L29? This thought is similar to what is currently available for copilot svc deploy command/s at https://github.com/aws/copilot-cli/blob/mainline/internal/pkg/cli/svc_deploy.go#L40.

In general, it could be beneficial to have resourceTags option on multiple cli commands(where feasible) that may allow users to apply custom tags on all the resources which copilot creates or adding tags on resources already created by copilot. Having custom tags is generally a hard requirement at many organizations where users may be expected to tag all the resources. Thoughts?

Discussion

Discussed in https://github.com/aws/copilot-cli/discussions/3872

貢獻者指南