# awscli-local を Homebrew でインストール

awscli-local のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:awscli-local
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install awscli-local
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:awscli-local
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/awscli-local>
- **バージョン:** 0.22.2
- **ソース概要:** Thin wrapper around the aws command-line interface for use with LocalStack
- **ホームページ:** <https://www.localstack.cloud/>
- **上流ドキュメント:** <https://www.localstack.cloud/>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/7a/71/591a30da6819c96deca2286f145d5982e73b11e7f657e8cbfc5e003ca73f/awscli_local-0.22.2.tar.gz>
- **最終更新:** 2026-05-12T10:32:47Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- awslocal (cli)
- awslocal.bat (cli)
- awslocal (エイリアス)
- awslocal.bat (エイリアス)

## 依存関係

- python@3.14

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.22.2
- マネージャ更新日: 2026-05-12
- ローカルデータ: OK
- 上流リポジトリ: https://www.localstack.cloud/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

`awscli-local` provides the `awslocal` command, a thin wrapper around the AWS CLI for use with LocalStack. Its central job is to remove repetitive `--endpoint-url=http://localhost:4566` boilerplate while preserving the normal `aws` command shape.

### プロジェクトの歴史

The public GitHub repository and first PyPI upload both date to July 2017, early in LocalStack's effort to make local AWS service emulation feel like regular AWS tooling. The README changelog starts at v0.1 and tracks pragmatic wrapper fixes such as endpoint handling, Windows support, AWS CLI v1/v2 compatibility, and CloudFormation package workarounds.

The package stayed intentionally small: the README says it can mostly be replaced by a shell alias except for cases like CloudFormation packaging that require extra endpoint handling.

### 採用の歴史

The project is packaged on PyPI and Homebrew. GitHub repository metadata showed around a thousand stars in June 2026, and Homebrew analytics showed hundreds of 30-day installs, reflecting LocalStack users who prefer a named wrapper over manually managing endpoint flags.

Its adoption follows LocalStack adoption: as developers write tests and local integration workflows against emulated AWS services, `awslocal` becomes a convenience command that keeps examples and scripts close to real AWS CLI usage.

### 使われ方

The normal pattern is replacing `aws --endpoint-url=http://localhost:4566 kinesis list-streams` with `awslocal kinesis list-streams`. The README documents environment variables such as `AWS_ENDPOINT_URL`, `LOCALSTACK_HOST`, and `USE_SSL`, plus shell completion registration for `awslocal` alongside `aws`.

Because it wraps the AWS CLI, it inherits the AWS CLI config and credentials file conventions even when LocalStack examples often use placeholder credentials.

### パッケージ好きにとっての重要性

For package nerds, `awscli-local` is a model of a deliberately boring wrapper: a small command that survives because it standardizes a repeated local-development incantation. It also shows why wrapper packages keep existing even when an alias is possible: packages travel through PyPI, Homebrew, CI images, and docs more predictably than a private shell function.

### タイムライン

- 2017-07: Public GitHub repository created.
- 2017-07: awscli-local 0.1 uploaded to PyPI.
- 2025-08: awscli-local 0.22.2 uploaded to PyPI.
- 2026-06: Homebrew formula tracked 0.22.2.

### Related projects

- `localstack/localstack` is the emulator ecosystem that gives `awslocal` its purpose.
- The upstream README points out that an alias can replace the wrapper for simple AWS CLI calls, but not every patched/endpoint-heavy workflow.

### ソース

- <https://docs.localstack.cloud/aws/integrations/aws-native-tools/aws-cli/>
- <https://formulae.brew.sh/api/formula/awscli-local.json>
- <https://github.com/localstack/awscli-local>
- <https://pypi.org/pypi/awscli-local/json>
- <https://raw.githubusercontent.com/localstack/awscli-local/master/README.md>


## セキュリティノート

awscli-local に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.aws/config
- Windows: %USERPROFILE%\.aws\config

## Credential files

- Unix: ~/.aws/credentials
- Windows: %USERPROFILE%\.aws\credentials
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** awscli-local
- **Version Scheme:** 0
- **Revision:** 3
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 関連リンク

- [Cloud CLI packages](https://pkg.so/ja/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [aws-iam-authenticator](https://pkg.so/ja/brew/aws-iam-authenticator/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure.
- [eksctl](https://pkg.so/ja/brew/eksctl/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure.
- [aws-elasticbeanstalk](https://pkg.so/ja/brew/aws-elasticbeanstalk/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure.
- [awscurl](https://pkg.so/ja/brew/awscurl/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure.
- [aws-sso-cli](https://pkg.so/ja/brew/aws-sso-cli/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure.
- [aws-sso-util](https://pkg.so/ja/brew/aws-sso-util/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure.
- [aws-console](https://pkg.so/ja/brew/aws-console/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure.
- [aws-google-auth](https://pkg.so/ja/brew/aws-google-auth/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure.
- [terraform-local](https://pkg.so/ja/brew/terraform-local/) - Both packages touch the same language runtime or ecosystem. Shared terms: aws, bat, cli, cloud, cloud-infrastructure.
- [awscli](https://pkg.so/ja/brew/awscli/) - Both packages touch the same language runtime or ecosystem. Shared terms: aws, awscli, cli, cloud, cloud-infrastructure.
- [awscli@1](https://pkg.so/ja/brew/awscli-1/) - Both packages touch the same language runtime or ecosystem. Shared terms: aws, awscli, cli, cloud, cloud-infrastructure.

## Combined YAML source

View the package source record on GitHub. [combined/awscli-local.yml](https://github.com/mxcl/pkgdb/blob/main/combined/awscli-local.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
