macOS
brew install reshapelocal Homebrew formula metadata
brew / 順位 9171
reshape のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install reshapelocal Homebrew formula metadata
nix profile install nixpkgs#reshapenixpkgs package indexes · pkgs/by-name/re/reshape/package.nix · ソース: api.github.com
概要
Easy-to-use, zero-downtime schema migration tool for Postgres
履歴
Reshape is a PostgreSQL schema migration tool designed to let old and new application deployments operate concurrently during a rollout.
Fabian Lindfors created Reshape as an open-source PostgreSQL migration tool focused on avoiding application downtime and excessive database locking.
The project developed a three-phase migration model: prepare compatible old and new schema views, deploy the application gradually, then complete or abort the migration.
Reshape is distributed through Homebrew and Nix according to source_facts.package-manager. The official project also publishes release binaries, a Cargo package, and a Docker image.
Official GitHub project metadata reports substantial community interest, while helper libraries are documented for Rust, Ruby/Rails, Python/Django, and Go application integration.
Migration files are stored by default under `migrations/` in TOML or JSON format. Operators run `reshape migration start`, roll out the new application, and then run `reshape migration complete`; failed deployments can be rolled back with `reshape migration abort`.
Database connection settings can be supplied through flags, `DB_*` environment variables, or a `.env` file automatically loaded from the working directory.
Reshape addresses a difficult deployment problem: changing a live PostgreSQL schema while old and new application versions overlap. Its declarative TOML/JSON migrations and staged start/complete/abort lifecycle make that technique available as a standalone package.
Its use of views and triggers is operationally distinctive compared with traditional migration runners that apply schema changes in a single deployment step.
セキュリティ状態
reshape に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
./migrations/*.toml./migrations/*.json./.envCredential-bearing paths to review before unattended agent runs.
./.env実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
reshape | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/fabianlindfors/reshape
インストールメタデータ
| パッケージキー | brew:reshape |
|---|---|
| バージョン | 0.11.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/reshape |
| ホームページ | https://github.com/fabianlindfors/reshape |
| リポジトリ | https://github.com/fabianlindfors/reshape |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/fabianlindfors/reshape/archive/refs/tags/v0.9.3.tar.gz |
| 最終更新 | 2026-09-13T07:23:29Z |
| Pulse | updated |
| ビルド依存関係 | pkgconf, rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | reshape |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
reshape
nix profile install nixpkgs#reshapeソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.