I'm new to AWS and I'm trying to get a Node.js app running using Beanstalk. The app is running now and I would like to deploy code from a prod git branch.
I followed this tutorial: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-reference-branch-environment.html
But when I try to run:
eb branch
I get
$ eb branch
usage: eb (sub-commands ...) [options ...] {arguments ...}
eb: error: unrecognized arguments: branch
I installed EB CLI 3.10.0 (Python 3.6.0) and I'm on maxOS Sierra (10.12.3).
Why is this command not working?
Thanks! nicondev