Skip to content

Instantly share code, notes, and snippets.

@moaible
Last active September 9, 2020 14:28
Show Gist options
  • Save moaible/75dd2ad70ccac2454a99ca861f8ac9cd to your computer and use it in GitHub Desktop.
Save moaible/75dd2ad70ccac2454a99ca861f8ac9cd to your computer and use it in GitHub Desktop.
[AWS CLI - CodeCommit - create-repository] AWS CLI - CodeCommit - create-repository #AWS_CLI #AWS_CodeCommit
aws codecommit create-repository \
--repository-name :リポジトリ名 \
--repository-description ":リポジトリの説明"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment