2

Although I have eb init if I try to aws.push I get this error:

git: 'aws.push' is not a git command. See 'git --help'.

How to start using aws.push and what's the difference between aws.push and eb deploy ?

simo
  • 23,342
  • 38
  • 121
  • 218

1 Answers1

2

aws.push was seen in older version of Eb CLI:

eb push and git aws.push: EB CLI does not include the commands eb push or git aws.push. The commands have been replaced with the command eb deploy.

So, as mentioned in this question, use eb deploy.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250