You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
glensc
changed the title
Incorrect usage suggesgted by an error
Incorrect usage suggested by an error
Jul 25, 2024
Description
eb deploy
suggests to useeb events
and also--timeout
, and using so, gives error, as such option does not exist:The text was updated successfully, but these errors were encountered: