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 / codestar / untag-project.rst
Size: Mime:
**To remove a tag from a project**

The following ``untag-project`` example removes any tag with a key name of ``Team`` from the specifiec project. ::

    aws codestar untag-project \
        --id my-project \
        --tags Team

This command produces no output.