Sha256: 947cd9f07d20a7cc0175166486073ca4c0c77614f4e1c455c08715a938010640
Contents?: true
Size: 1.62 KB
Versions: 5
Compression:
Stored size: 1.62 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 [--verbose], [--no-verbose] [--mute], [--no-mute] [--noop], [--no-noop] [--cluster=CLUSTER] # Cluster. Overrides .ufo/settings.yml. ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ufo-4.1.0 | docs/_reference/ufo-ps.md |
ufo-4.0.3 | docs/_reference/ufo-ps.md |
ufo-4.0.2 | docs/_reference/ufo-ps.md |
ufo-4.0.1 | docs/_reference/ufo-ps.md |
ufo-4.0.0 | docs/_reference/ufo-ps.md |