aws-elastic-beanstalk-cli icon indicating copy to clipboard operation
aws-elastic-beanstalk-cli copied to clipboard

Incorrect usage suggested by an error

Open glensc opened this issue 1 year ago • 0 comments

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

glensc avatar Jul 25 '24 17:07 glensc