Support timeout
option for the deploy command
#693
Labels
command:deploy
Tasks related to the deploy command
complexity:quick-win
Tasks that can be easily implemented
priority:low
Tasks with a low priority
Support a timeout option for the deployed command as discussed in #309
We should first agreed on a
duration
format that we will support on the CLI (as seen in #609).Timeout
First, a timeout option will be implemented.
Behavior
This option will add the following behavior:
Option format
The
timeout
option will support value as:m
for minutes ors
for seconds), by default the timeout will be in secondsExample:
clever deploy my_app --timeout 5m clever restart my_app --timeout 5m # Timeout of 300 seconds clever deploy my_app --timeout 300 clever restart my_app --timeout 20s
The text was updated successfully, but these errors were encountered: