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
Copy file name to clipboardExpand all lines: docs/command-reference.md
+42-48Lines changed: 42 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1361,15 +1361,9 @@ List logging status of Cloudtrails
1361
1361
List deployments
1362
1362
1363
1363
1364
-
### deployments
1365
-
1366
-
List all deployment IDs for a deployment group (not useful for the user, only internal)
1367
-
# ?? if no deployment group, could we list all deployments for this application, with their groups and statuses?
1368
-
1369
-
1370
1364
### deployment-groups
1371
1365
1372
-
List all deployment groups for an application
1366
+
List min, desired and maximum capacities of EC2 Autoscaling Group(s)
1373
1367
1374
1368
1375
1369
## ecr-commands
@@ -1434,7 +1428,7 @@ if you do pass a filter, it filters on the task name. All clusters are included
1434
1428
1435
1429
### ecs-scaling-activities
1436
1430
1437
-
LIst autoscaling activities - the actual scaling events that have happened
1431
+
List autoscaling activities - the actual scaling events that have happened
1438
1432
eg
1439
1433
ecs-scaling www
1440
1434
2023-11-22T06:24:50.937000+11:00 www-ecs-public-ServicePublic-OuN3rXBLvmx3-AlarmLow-64de4512-d901-4b26-a6a2-184bb1e90bc6 in state ALARM triggered policy www-ecs-public-target-tracking-mem70 Successfully set desired count to 2. Change successfully fulfilled by ecs.
@@ -1471,6 +1465,28 @@ Most of the things you want to know about a replication group are boolean
Copy file name to clipboardExpand all lines: lib/ecs-functions
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ ecs-tasks() {
144
144
145
145
ecs-scaling-activities() {
146
146
147
-
#LIst autoscaling activities - the actual scaling events that have happened
147
+
#List autoscaling activities - the actual scaling events that have happened
148
148
# eg
149
149
# ecs-scaling www
150
150
# 2023-11-22T06:24:50.937000+11:00 www-ecs-public-ServicePublic-OuN3rXBLvmx3-AlarmLow-64de4512-d901-4b26-a6a2-184bb1e90bc6 in state ALARM triggered policy www-ecs-public-target-tracking-mem70 Successfully set desired count to 2. Change successfully fulfilled by ecs.
0 commit comments