# flowpipe を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:flowpipe
```

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

### macOS

- Homebrew (100%):

```sh
brew install flowpipe
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:flowpipe
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/flowpipe>
- **バージョン:** 1.2.2
- **ソース概要:** Cloud scripting engine
- **ホームページ:** <https://flowpipe.io>
- **リポジトリ:** <https://github.com/turbot/flowpipe>
- **上流ドキュメント:** <https://flowpipe.io/docs>
- **ライセンス:** AGPL-3.0-only
- **ソースアーカイブ:** <https://github.com/turbot/flowpipe/archive/refs/tags/v1.2.2.tar.gz>
- **最終更新:** 2026-06-22T14:03:21-07:00
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- flowpipe (cli)
- flowpipe (エイリアス)

## ビルド依存関係

- corepack
- go
- node

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 1.2.2
- マネージャ更新日: 2026-06-22
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/turbot/flowpipe
- 検出された最新: v1.2.2 (最新)
## プロジェクトの歴史と使われ方

Flowpipe is Turbot's open-source cloud scripting and workflow automation engine for defining DevOps pipelines as HCL code.

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

Flowpipe was introduced in December 2023 as a cloud scripting engine for automation and workflow, with pipelines for DevOps written in HCL. The initial release supported pipeline execution, steps such as container, email, function, HTTP, query, sleep, transform, and pipeline, schedule and HTTP triggers, credential management, and mod composition.

The project reached 1.0.0 in October 2024. That release added a connection resource for credentials, formal connection and notifier variable types, enum validation, defined CLI exit codes, and deprecated earlier credential resources in favor of connection resources.

### 採用の歴史

Flowpipe's adoption path is tied to Turbot's broader CLI and mod ecosystem. Its README points users to Flowpipe Hub library mods and samples for services such as AWS, Azure, GCP, GitHub, Jira, Okta, PagerDuty, SendGrid, Slack, Teams, and Zendesk.

The README also positions Flowpipe alongside Steampipe and Powerpipe in Turbot Pipes, using Steampipe for data access, Powerpipe for visualization, and Flowpipe for workflow automation.

### 使われ方

Users define pipelines, triggers, variables, locals, and steps in .fp files inside a Flowpipe mod. Config resources such as workspaces and connections are HCL files ending in .fpc and are loaded from the working directory or mod location and the Flowpipe install config directory.

A typical package workflow installs the flowpipe CLI, initializes a mod with flowpipe mod init, writes pipeline definitions in HCL, installs reusable mods from the hub or Git repositories, and runs pipelines from the terminal.

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

Flowpipe is notable for package metadata because it brings Terraform-like HCL mod conventions to command-line workflow automation. It also has a recognizable family relationship with Turbot's Steampipe, Powerpipe, hub mods, and connection configuration files.

### タイムライン

- 2023: Flowpipe 0.1.0 introduces the cloud scripting engine and HCL pipeline model.
- 2024: Flowpipe 0.2.0 adds query triggers, expanded HTTP triggers, database query support, and more credential types.
- 2024: Flowpipe 0.3.0 adds human workflow, Slack and email messaging, input steps, and Steampipe credential import.
- 2024: Flowpipe 0.6.0 adds interactive workflows in the terminal via console integration.
- 2024: Flowpipe 1.0.0 introduces connection resources and deprecates credential resources.
- 2026: Flowpipe 1.2.x continues with security and dependency maintenance releases.

### Related projects

- Official sources connect Flowpipe to Flowpipe Hub mods, Turbot Pipes, Steampipe, Powerpipe, and the shared Turbot pipe-fittings codebase.

### ソース

- <https://flowpipe.io/docs>
- <https://flowpipe.io/docs/build>
- <https://flowpipe.io/docs/reference/config-files>
- <https://github.com/turbot/flowpipe>
- <https://raw.githubusercontent.com/turbot/flowpipe/develop/CHANGELOG.md>
- <https://raw.githubusercontent.com/turbot/flowpipe/develop/README.md>


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal


## 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: *.fp, mod.fp, $PWD/*.fpc, ~/.flowpipe/config/*.fpc, $FLOWPIPE_INSTALL_DIR/config/*.fpc

## Credential files

- Unix: $PWD/*.fpc, ~/.flowpipe/config/*.fpc, $FLOWPIPE_INSTALL_DIR/config/*.fpc
## ソースデータベース詳細

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


## 関連リンク

- [Cloud CLI packages](https://www.automicvault.com/ja/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Secret-risk packages](https://www.automicvault.com/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [corepack](https://www.automicvault.com/ja/pkg/brew/corepack/) - Build dependency declared by Homebrew.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [node](https://www.automicvault.com/ja/pkg/brew/node/) - Build dependency declared by Homebrew.
- [preevy](https://www.automicvault.com/ja/pkg/brew/preevy/) - Shares av.db curated category or tags: cli, cloud, developer-tools, devops.
- [kosli-cli](https://www.automicvault.com/ja/pkg/brew/kosli-cli/) - Shares av.db curated category or tags: cli, developer-tools, devops.
- [node-red](https://www.automicvault.com/ja/pkg/brew/node-red/) - Shares av.db curated category or tags: cli, developer-tools, workflow-automation.
- [dagu](https://www.automicvault.com/ja/pkg/brew/dagu/) - Shares av.db curated category or tags: cli, developer-tools, workflow-automation.
- [git-town](https://www.automicvault.com/ja/pkg/brew/git-town/) - Shares av.db curated category or tags: cli, developer-tools, workflow-automation.
- [massdriver](https://www.automicvault.com/ja/pkg/brew/massdriver/) - Shares av.db curated category or tags: cli, cloud, developer-tools, devops.
- [act](https://www.automicvault.com/ja/pkg/brew/act/) - Shares av.db curated category or tags: cli, developer-tools, devops.
- [changie](https://www.automicvault.com/ja/pkg/brew/changie/) - Shares av.db curated category or tags: cli, developer-tools, devops.

## Combined YAML source

View the package source record on GitHub. [combined/flowpipe.yml](https://github.com/automic-vault/db/blob/main/combined/flowpipe.yml)


## ソース

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