Commit 9a9b293
committed
fix(oabctl): always enable execute command on ECS services
oabctl apply was creating/updating services without
enableExecuteCommand, requiring a manual aws ecs update-service
call before `oabctl exec` or `ecsh` would work.
Now both create_service and update_service always set
enable_execute_command(true) — all OAB services need it for
debugging and there's no reason to ever leave it off.1 parent 4f28c2d commit 9a9b293
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| 471 | + | |
471 | 472 | | |
472 | 473 | | |
473 | 474 | | |
| |||
522 | 523 | | |
523 | 524 | | |
524 | 525 | | |
| 526 | + | |
525 | 527 | | |
526 | 528 | | |
527 | 529 | | |
| |||
0 commit comments