# 使用 Homebrew 安装 sqsmover

查看 sqsmover 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:sqsmover
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install sqsmover
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:sqsmover
- **软件包管理器:** Homebrew
- **版本:** 0.4.0
- **来源摘要:** AWS SQS Message mover
- **主页:** <https://github.com/smaskalik/sqsmover>
- **仓库:** <https://github.com/smaskalik/sqsmover>
- **最后更新:** 2026-07-26T04:03:45+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- sqsmover (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.4.0
## 项目历史与用法

SQS Message Mover is a small Go command-line tool for moving AWS SQS messages from one queue to another, with dead-letter queue recovery called out as its main use case.

### 项目历史

The GitHub repository was created in 2016 and the official README presents the tool as a single-purpose operational utility: it resolves queue names, copies message attributes, supports FIFO queues, batches work, and deletes source messages only after enqueueing them to the destination.

### 采用历史

The official README documents Homebrew, Chocolatey, shell-script, source, and manual binary installation paths, which is typical for a small infrastructure CLI meant to be grabbed during incident cleanup or queue maintenance.

### 使用方式

Users run sqsmover with source and destination queue names, optional region/profile/endpoint flags, and batch or limit controls. It relies on the standard AWS shared credentials file, optional AWS config file, or AWS environment variables.

### 为什么软件包爱好者会关心

Package-manager users care because it turns a common SQS dead-letter queue chore into a packaged binary instead of a one-off script, while still fitting normal AWS CLI credential conventions.

### 时间线

- 2016: GitHub repository created.
- 2020: v0.3.x releases published with prebuilt binaries.
- 2021: v0.4.0 published.

### Related projects

- AWS CLI, Amazon SQS, AWS SDK for Go, dead-letter queue replay scripts.

### 来源

- <https://api.github.com/repos/mercury2269/sqsmover>
- <https://api.github.com/repos/mercury2269/sqsmover/releases>
- <https://github.com/mercury2269/sqsmover#readme>
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## 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

## Credential files

- Unix: ~/.aws/credentials

## Combined YAML source

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


## 来源

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