aws-elastic-beanstalk-cli
aws-elastic-beanstalk-cli copied to clipboard
Incorrect usage suggested by an error
Description
eb deploy suggests to use eb events and also --timeout, and using so, gives error, as such option does not exist:
❯ eb deploy
....
ERROR: TimeoutError - The EB CLI timed out after 10 minute(s). The operation might still be running. To keep viewing events, run 'eb events -f'. To set timeout duration, use '--timeout MINUTES'.
❯ eb events -f --timeout 10
usage: eb events <environment_name> [options ...]
eb: error: unrecognized arguments: --timeout