Sha256: e97b1199a30c23f4ff8bf1995c2ee0129bb941379eceb3d4e78c103f0fb87779
Contents?: true
Size: 1.17 KB
Versions: 21
Compression:
Stored size: 1.17 KB
Contents
--- title: ufo apps reference: true --- ## Usage ufo apps ## Description List apps. This command lists ECS services for an ECS cluster. It includes ECS services that were not created by ufo also. A `Ufo?` column value of `yes` indicates that the ECS service was created by ufo version 4 and above. If the service was created with ufo version 3 and below then it will show up as `no`. ## Examples $ ufo apps Listing ECS services in the development cluster. +--------------------------------------------------+-----------------+---------+-------------+------+ | Service Name | Task Definition | Running | Launch type | Ufo? | +--------------------------------------------------+-----------------+---------+-------------+------+ | development-demo-web-Ecs-7GAUAXH5F56M (demo-web) | demo-web:85 | 2 | FARGATE | yes | +--------------------------------------------------+-----------------+---------+-------------+------+ $ ## Options ``` [--verbose], [--no-verbose] [--mute], [--no-mute] [--noop], [--no-noop] [--cluster=CLUSTER] # Cluster. Overrides .ufo/settings.yml. ```
Version data entries
21 entries across 21 versions & 1 rubygems