Sha256: f4bcf697d7b4072d9b86966410976e7da631630e09a9c31ba36780d48e5150cc
Contents?: true
Size: 1.8 KB
Versions: 29
Compression:
Stored size: 1.8 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. [--status=STATUS] # Status filter: all, pending, stopped, running. # Default: all [--verbose], [--no-verbose] [--mute], [--no-mute] [--noop], [--no-noop] [--cluster=CLUSTER] # Cluster. Overrides .ufo/settings.yml. ```
Version data entries
29 entries across 29 versions & 1 rubygems