Sha256: c3723a4f4665840ffcd05a374bac62e1d85282d97d8d283064c414cc96f54bb7
Contents?: true
Size: 1.68 KB
Versions: 11
Compression:
Stored size: 1.68 KB
Contents
--- title: ufo ps reference: true --- ## Usage ufo ps SERVICE ## Description Show process info on ECS service. ## Examples $ ufo ps => Service: demo-web Service name: development-demo-web-Ecs-7GAUAXH5F56M Status: ACTIVE Running count: 2 Desired count: 2 Launch type: FARGATE Task definition: demo-web:85 Elb: develop-Elb-1M74CLRS2G0Z4-686742146.us-east-1.elb.amazonaws.com +----------+------+-------------+----------------+---------+-------+ | Id | Name | Release | Started | Status | Notes | +----------+------+-------------+----------------+---------+-------+ | f590ee5e | web | demo-web:85 | 47 minutes ago | RUNNING | | | fb60ba9f | web | demo-web:85 | 45 minutes ago | RUNNING | | +----------+------+-------------+----------------+---------+-------+ Skip the summary info: $ ufo ps --no-summary +----------+------+-------------+----------------+---------+-------+ | Id | Name | Release | Started | Status | Notes | +----------+------+-------------+----------------+---------+-------+ | f590ee5e | web | demo-web:85 | 48 minutes ago | RUNNING | | | fb60ba9f | web | demo-web:85 | 45 minutes ago | RUNNING | | +----------+------+-------------+----------------+---------+-------+ ## Options ``` [--summary], [--no-summary] # Display summary header info. # Default: true [--extra], [--no-extra] # Display extra debugging columns. [--verbose], [--no-verbose] [--mute], [--no-mute] [--noop], [--no-noop] [--cluster=CLUSTER] # Cluster. Overrides .ufo/settings.yml. ```
Version data entries
11 entries across 11 versions & 1 rubygems