macOS
brew install reshapelocal Homebrew formula metadata
brew / Rang 9171
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für reshape in AI-Agent-Workflows.
Installation
brew install reshapelocal Homebrew formula metadata
nix profile install nixpkgs#reshapenixpkgs package indexes · pkgs/by-name/re/reshape/package.nix · Quelle: api.github.com
Überblick
Easy-to-use, zero-downtime schema migration tool for Postgres
Verlauf
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.
Sicherheitslage
Für reshape wurde kein passendes lokales Secret-Handling-Manifest gefunden. Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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.
./.envExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
reshape | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/fabianlindfors/reshape
Installationsmetadaten
| Paketschlüssel | brew:reshape |
|---|---|
| Version | 0.11.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/reshape |
| Homepage | https://github.com/fabianlindfors/reshape |
| Repository | https://github.com/fabianlindfors/reshape |
| Lizenz | MIT |
| Quellarchiv | https://github.com/fabianlindfors/reshape/archive/refs/tags/v0.9.3.tar.gz |
| Zuletzt aktualisiert | 2026-09-13T07:23:29Z |
| Pulse | updated |
| Build-Abhängigkeiten | pkgconf, rust |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
reshape
nix profile install nixpkgs#reshapeQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.