Doc AWS SDK ExamplesWord リポジトリには、さらに多くの GitHub の例があります。 AWS SDK
翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
CLI UpdateRepositoryDescription
で使用する
以下のコード例は、UpdateRepositoryDescription
の使用方法を示しています。
- CLI
-
- AWS CLI
-
リポジトリの説明を変更するには
この例では、 an AWS CodeCommit リポジトリの説明を変更します。このコマンドは、エラーがある場合にのみ出力を生成します。
コマンド:
aws codecommit update-repository-description --repository-name
MyDemoRepo
--repository-description"This description was changed"
出力:
None.
-
API の詳細については、AWS CLI 「 コマンドリファレンス」のUpdateRepositoryDescription
」を参照してください。
-
- PowerShell
-
- ツール for PowerShell
-
例 1: この例では、指定されたリポジトリの説明を変更します。
Update-CCRepositoryDescription -RepositoryName MyDemoRepo -RepositoryDescription "This is an updated description."
-
API の詳細については、「コマンドレットリファレンス」のUpdateRepositoryDescription」を参照してください。 AWS Tools for PowerShell
-
UpdateDefaultBranch
UpdateRepositoryName