pkg.soopen package index

brew / 順位 9171

reshape を Homebrew, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install reshape

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#reshape

nixpkgs package indexes · pkgs/by-name/re/reshape/package.nix · ソース: api.github.com

概要

パッケージ概要

Easy-to-use, zero-downtime schema migration tool for Postgres

コマンドとエイリアス

  • reshape

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • Initial project: Published by Fabian Lindfors as a Rust-based PostgreSQL migration utility.
  • Later development: Added helper libraries, Docker and binary distribution, built-in agent-oriented documentation, and machine-readable status output.

Related projects

  • The project provides integration helpers for Rust, Ruby and Rails, Python and Django, and Go applications.

ソース

  • Input package coverage: source_facts.package-manager
  • Official repository and README: https://github.com/fabianlindfors/reshape

セキュリティ状態

保護ツール対応はまだ見つかっていません

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

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
./migrations/*.toml./migrations/*.json./.env

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
./.env

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
reshapecliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-09-19
マネージャ版0.11.2
マネージャ更新日2026-09-13
ローカルデータOK
上流最新
検出された最新v0.9.3

https://github.com/fabianlindfors/reshape

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキー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
Pulseupdated
ビルド依存関係pkgconf, rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namereshape
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

reshape

nix profile install nixpkgs#reshape
  • normalized package name match
  • 一致条件: Reshape
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/re/reshape/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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