weprograpp/Prisma Operations (cached)
Downloads a selected Prisma CLI version, restores a persisted cache, and runs generate, migrate deploy, and/or db seed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prisma-version | Prisma CLI version, tag, or semver range (for example 5.22.0, latest, or ^5.22.0) | no | 5.22.0 |
| working-directory | Working directory for the Prisma project | no | . |
| schema | Path to schema.prisma | no | prisma/schema.prisma |
| database-url | Single DATABASE_URL for generate, migrate, and seed | no | — |
| database-urls | One or more DATABASE_URL values (JSON array or newline/comma separated) | no | — |
| generate | Run prisma generate | no | false |
| migrate | Run prisma migrate deploy | no | true |
| seed | Run prisma db seed | no | false |
| prisma-args | Extra args appended to prisma migrate deploy | no | "" |
| fail-fast | Stop after the first failed database operation | no | true |
Outputs
| name | description |
|---|---|
| results | JSON array with per-operation status and timings. |