Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / codeguru-reviewer / tag-resource.rst
Size: Mime:
**To add a tag to an associated repository**

The following ``tag-resource`` adds two tags to an associated repository ::

    aws codeguru-reviewer tag-resource \
        --resource-arn arn:aws:codeguru-reviewer:us-west-2:123456789012:association:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 \
        --tags Status=Secret,Team=Saanvi

This command produces no output.

For more information, see `TagResource<https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_TagResource.html>`__ in the *Amazon CodeGuru Reviewer API Reference*