0

how can i pull my repository from codecommit on an instance from AWS with Ubunutu?

I installed awscli and evrytime when i try pull with the command:

aws codecommit operation/get-repository

The System says: this is not a valid command.

And at the command list, there is also no operation named "codecommit"

Thank you very much!

Kohli
  • 5
  • 3

1 Answers1

0

AWS CodeCommit Command Line Reference

Note

AWS CodeCommit works only with AWS CLI versions 1.7.38 and later. To determine which version of the AWS CLI you have installed, run the aws --version command.

To upgrade an older version of the AWS CLI to the latest version, uninstall the older version by following the instructions in Uninstalling the AWS CLI, and then install the latest version by following the instructions in Installing the AWS Command Line Interface.

Community
  • 1
  • 1
helloV
  • 50,176
  • 7
  • 137
  • 145