Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 534

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To lists the names of stored connections to GitHub accounts**

The following ``list-git-hub-account-token-names`` example lists the names of the stored connections to GitHub accounts for the current AWS user. ::

    aws deploy list-git-hub-account-token-names

Output::

    {
        "tokenNameList": [
            "my-first-token",
            "my-second-token",
            "my-third-token"
        ]
    }

For more information, see `ListGitHubAccountTokenNames <https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_ListGitHubAccountTokenNames.html>`_ in the *AWS CodeDeploy API Reference*.