EB CLI doesn't initialize EB repository

52 Views Asked by At

I want to initialize an EB repository with this AWS documentation I run the init command

eb init -p python 3.8 myappname --region eu-west-3

it returns this message

usage: eb init <application_name> [options ...]
eb: error: unrecognized arguments: myappname
0

There are 0 best solutions below