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: cmd/carapace-aws/cmd/botocore/aws.ecs.yaml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ commands:
48
48
--health-check-path=: The path on the container that the Application Load Balancer uses for health checks.
49
49
--infrastructure-role-arn=!: The Amazon Resource Name (ARN) of the infrastructure role that grants Amazon ECS permission to create and manage Amazon Web Services resources on your behalf for the Express service.
50
50
--memory=: The amount of memory (in MiB) used by the task.
51
+
--monitor-mode=: Display mode for monitoring output
51
52
--monitor-resources=: ' Enable live monitoring of service resource status'
52
53
--network-configuration=: The network configuration for the Express service tasks.
53
54
--primary-container=!: The primary container configuration for the Express service.
@@ -211,6 +212,7 @@ commands:
211
212
--cli-input-json=: Read arguments from the JSON string provided.
212
213
--cli-input-yaml=: Read arguments from the YAML string provided.
213
214
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
215
+
--monitor-mode=: Display mode for monitoring output
214
216
--monitor-resources=: ' Enable live monitoring of service resource status'
215
217
--service-arn=!: The Amazon Resource Name (ARN) of the Express service to delete.
216
218
- name: delete-service
@@ -634,6 +636,7 @@ commands:
634
636
- name: monitor-express-gateway-service
635
637
description: Monitors the progress of resource creation for an ECS Express Gateway Service
636
638
flags:
639
+
--mode=: Display mode for monitoring output
637
640
--resource-view=: Specifies which resources to display during monitoring
638
641
--service-arn=!: The short name or full Amazon Resource Name (ARN) of the service to monitor
639
642
--timeout=: Maximum time in minutes to monitor the service. Default is 30 minutes
@@ -1019,7 +1022,8 @@ commands:
1019
1022
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1020
1023
--health-check-path=: The path on the container for Application Load Balancer health checks.
1021
1024
--memory=: The amount of memory (in MiB) used by the task.
1022
-
--monitor-resources=: ' Enable live monitoring of service resource status'
1025
+
--monitor-mode=: Display mode for monitoring output
1026
+
--monitor-resources=: Enable live monitoring of service resource status
1023
1027
--network-configuration=: The network configuration for the Express service tasks.
1024
1028
--primary-container=: The primary container configuration for the Express service.
1025
1029
--scaling-target=: The auto-scaling configuration for the Express service.
0 commit comments