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
Usage: "Enable Service Discovery for your ECS Service",
140
+
Usage: "[Service Discovery] Enable Service Discovery for your ECS Service",
141
141
},
142
142
cli.StringFlag{
143
143
Name: flags.VpcIdFlag,
144
-
Usage: "Service Discovery - The VPC that will be attached to the private DNS namespace",
144
+
Usage: "[Service Discovery] The VPC that will be attached to the private DNS namespace",
145
145
},
146
146
cli.StringFlag{
147
147
Name: flags.PrivateDNSNamespaceNameFlag,
148
-
Usage: "Service Discovery - The name of the private DNS namespace to use with Service Discovery. The CLI creates the namespace if it doesn't already exist. For example, if the name is 'corp' than a service 'foo' will be reachable via DNS at 'foo.corp'",
148
+
Usage: "[Service Discovery] The name of the private DNS namespace to use with Service Discovery. The CLI creates the namespace if it doesn't already exist. For example, if the name is 'corp' than a service 'foo' will be reachable via DNS at 'foo.corp'",
149
149
},
150
150
cli.StringFlag{
151
151
Name: flags.PrivateDNSNamespaceIDFlag,
152
-
Usage: "Service Discovery - The ID of an existing private DNS namespace to use with Service Discovery.",
152
+
Usage: "[Service Discovery] The ID of an existing private DNS namespace to use with Service Discovery.",
153
153
},
154
154
cli.StringFlag{
155
155
Name: flags.PublicDNSNamespaceIDFlag,
156
-
Usage: "Service Discovery - The ID of an existing public DNS namespace to use with Service Discovery.",
156
+
Usage: "[Service Discovery] The ID of an existing public DNS namespace to use with Service Discovery.",
157
157
},
158
158
cli.StringFlag{
159
159
Name: flags.PublicDNSNamespaceNameFlag,
160
-
Usage: "Service Discovery - The name of an existing public DNS namespace to use with Service Discovery. For example, if the name is 'corp' than a service 'foo' will be reachable via DNS at 'foo.corp'",
160
+
Usage: "[Service Discovery] The name of an existing public DNS namespace to use with Service Discovery. For example, if the name is 'corp' than a service 'foo' will be reachable via DNS at 'foo.corp'",
161
161
},
162
162
cli.StringFlag{
163
163
Name: flags.ServiceDiscoveryContainerNameFlag,
164
-
Usage: "Service Discovery - The name of the container (service name in compose) that will use Service Discovery",
164
+
Usage: "[Service Discovery] The name of the container (service name in compose) that will use Service Discovery",
165
165
},
166
166
cli.StringFlag{
167
167
Name: flags.ServiceDiscoveryContainerPortFlag,
168
-
Usage: "Service Discovery - The port on the container used for Service Discovery",
168
+
Usage: "[Service Discovery] The port on the container used for Service Discovery",
169
169
},
170
170
cli.StringFlag{
171
171
Name: flags.DNSTTLFlag,
172
-
Usage: "Service Discovery - The TTL of the DNS Records used with the Route53 Service Discovery Resource",
172
+
Usage: "[Service Discovery] The TTL of the DNS Records used with the Route53 Service Discovery Resource",
173
173
},
174
174
cli.StringFlag{
175
175
Name: flags.DNSTypeFlag,
176
-
Usage: "Service Discovery - The TTL of the DNS Records used with the Route53 Service Discovery Resource. Note that SRV records require container name and container port",
176
+
Usage: "[Service Discovery] The type of the DNS Records used with the Route53 Service Discovery Resource (A or SRV). Note that SRV records require container name and container port",
Usage: "Service Discovery - The number of 30-second intervals that you want service discovery service to wait after receiving an UpdateInstanceCustomHealthStatus request before it changes the health status of a service instance",
180
+
Usage: "[Service Discovery] The number of 30-second intervals that you want service discovery service to wait after receiving an UpdateInstanceCustomHealthStatus request before it changes the health status of a service instance",
0 commit comments