# zsh-ecs-cli

> The Amazon ECS CLI enables users to run their applications on ECS/Fargate using the Docker Compose file format, quickly provision resources, push/pull images in ECR, and monitor running applications on ECS/Fargate.

Latest version **1.18.2** (published 2019-12-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install zsh-ecs-cli
pnpm add zsh-ecs-cli
yarn add zsh-ecs-cli
bun add zsh-ecs-cli
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.18.2 |
| Published | 2019-12-11 |
| First published | 2019-12-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Amazon.com, Inc. |
| Maintainers | psprint |
| Keywords | markdown, markdown processor, toc generator, zsh |

## Links

- npm: https://www.npmjs.com/package/zsh-ecs-cli
- Homepage: https://github.com/aws/ecs-cli
- Issues: https://github.com/aws/amazon-ecs-cli/issues
- npm.io page: https://npm.io/package/zsh-ecs-cli

## Alternatives

- [@mdxeditor/editor](https://npm.io/package/@mdxeditor/editor.md) — 962.4K weekly downloads
- [mmdb-lib](https://npm.io/package/mmdb-lib.md) — 680.9K weekly downloads
- [playcanvas](https://npm.io/package/playcanvas.md) — 36.2K weekly downloads
- [@glw907/cairn-cms](https://npm.io/package/@glw907/cairn-cms.md) — 967 weekly downloads
- [markdown-to-confluence](https://npm.io/package/markdown-to-confluence.md) — 103 weekly downloads

## Recent versions

- 1.18.2 (latest) — 2019-12-11
- 1.18.1 — 2019-12-09
- 1.18.0 — 2019-12-09

## README

# aws/amazon-ecs-cli as a Zsh package

##### NPM link: [https://www.npmjs.com/package/zsh-ecs-cli](https://www.npmjs.com/package/zsh-ecs-cli)

##### Homepage link: [aws/amazon-ecs-cli](https://github.com/aws/amazon-ecs-cli)

| **Package source:** | Source Tarball | Binary | Git | Node | Gem |
|:-------------------:|:--------------:|:------:|:---:|:----:|:---:|
| **Status:**         |  -             | + <br> (default) |  -  |   –  |  –  |

[Zplugin](https://github.com/zdharma/zplugin) can use the NPM package registry
to automatically:

- get the plugin's Git repository OR release-package URL,
- get the list of the recommended ices for the plugin,
    - there can be multiple lists of ices,
    - the ice lists are stored in *profiles*; there's at least one profile, *default*,
    - the ices can be selectively overriden.

Example invocations that'll install
[aws/amazon-ecs-cli](https://github.com/aws/amazon-ecs-cli):

```zsh
# Download the binary of amazon-ecs-cli command
zplugin pack for ecs-cli

# Download the ecs-cli binary with use of the bin-gem-node annex
zplugin pack"bgn" for ecs-cli
```

## Default Profile

Provides the CLI command `ecs-cli` by coping it to `$ZPFX/bin`.

The Zplugin command executed will be equivalent to:

```zsh
zplugin as=null id-as="ecs-cli" mv="*latest -> ecs-cli" \
    atclone='chmod +x *; cp -vf ecs-cli $ZPFX/bin' \
    atpull="%atclone" sbin="ecs-cli" is-snippet for \
        https://amazon-ecs-cli.s3.amazonaws.com/ecs-cli-${(M)OSTYPE#(linux|darwin)}-amd64-latest
```

## bin-gem-node Profile

Provides the CLI command `ecs-cli` by creating a forwarder script (a *shim*) in
`$ZPFX/bin` by using the
[bin-gem-node](https://github.com/zplugin/z-a-bin-gem-node) annex. It's the best
method of providing the binary to the command line.

The Zplugin command executed will be equivalent to:

```zsh
zplugin as=null id-as="ecs-cli" mv="*latest -> ecs-cli" \
    atclone="chmod +x *"  atpull="%atclone" sbin="ecs-cli"
    is-snippet for \
        https://amazon-ecs-cli.s3.amazonaws.com/ecs-cli-${(M)OSTYPE#(linux|darwin)}-amd64-latest
```

<!-- vim:set ft=markdown tw=80 fo+=an1 autoindent: -->

---
_Source: https://npm.io/package/zsh-ecs-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
