()
| 55 | |
| 56 | export class Bootstrap implements Command { |
| 57 | public static new(): Bootstrap { |
| 58 | return new Bootstrap() |
| 59 | } |
| 60 | |
| 61 | private static help = format(` |
| 62 | Bootstrap a Prisma Postgres project from scratch or connect an existing one. |
no outgoing calls
no test coverage detected