macOS
brew install reshapelocal Homebrew formula metadata
brew / rang 9171
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de reshape pour les workflows d'agents IA.
installation
brew install reshapelocal Homebrew formula metadata
nix profile install nixpkgs#reshapenixpkgs package indexes · pkgs/by-name/re/reshape/package.nix · Source: api.github.com
aperçu
Easy-to-use, zero-downtime schema migration tool for Postgres
historique
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.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour reshape. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
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.
./.envexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
reshape | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/fabianlindfors/reshape
métadonnées d'installation
| Clé du paquet | brew:reshape |
|---|---|
| Version | 0.11.2 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/reshape |
| Page d'accueil | https://github.com/fabianlindfors/reshape |
| Dépôt | https://github.com/fabianlindfors/reshape |
| Licence | MIT |
| Archive source | https://github.com/fabianlindfors/reshape/archive/refs/tags/v0.9.3.tar.gz |
| Dernière mise à jour | 2026-09-13T07:23:29Z |
| Pulse | updated |
| Dépendances de compilation | pkgconf, rust |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
reshape
nix profile install nixpkgs#reshapepiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.