Skip to content

Commit f4b816c

Browse files
committed
Update README to include usage of --all parameter for listing tasks in services
1 parent c18703e commit f4b816c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ The main parameter is the name of the ECS service within which the command is to
8585
runecs list
8686
```
8787

88+
To include the tasks of each service in the output, use the `--all` parameter. This will display the tasks currently running in each service.
89+
90+
```shell
91+
runecs list --all
92+
```
93+
8894
### Restart
8995

9096
Restarts all running tasks in the service.

0 commit comments

Comments
 (0)