Martin Sosic
|
332fe32c4c
|
compileIOWithOptions now has nicer code.
|
2021-02-05 12:18:12 +01:00 |
|
Martin Sosic
|
6abcf496c4
|
Fixed migrations not being copied on 'wasp build'.
|
2021-02-04 17:45:38 +01:00 |
|
Matija Sosic
|
647814e920
|
Implemented "wasp build" cmd - generates different schema.prisma. (#166)
* Implemented "wasp build" cmd - generates different schema.prisma.
* PR fixes.
|
2021-02-01 17:37:42 +01:00 |
|
Martin Sosic
|
57d847d6e3
|
Implemented CLI telemetry.
|
2021-01-25 22:00:10 +01:00 |
|
Matija Sosic
|
46a1cbab32
|
Added wasp db studio command. (#120)
|
2020-11-04 15:26:35 +01:00 |
|
Martin Sosic
|
bf363c0791
|
Fixed some old docs links and created init version of realworld app.
|
2020-10-30 16:28:50 +01:00 |
|
Martin Sosic
|
4889fefd0f
|
Added 'version' command to cli.
|
2020-10-29 13:15:13 +01:00 |
|
Matija Sosic
|
61d028d32a
|
Fixed a bug with Prisma migrations. (#104)
|
2020-10-28 15:28:58 +01:00 |
|
Matija Sosic
|
a55aba643c
|
Db commands now make sure their prerequisites are set. (#86)
|
2020-10-20 11:02:00 +02:00 |
|
Martin Sosic
|
71273805db
|
Enriched 'wasp new' message and refactored terminal coloring.
|
2020-10-19 14:56:43 +02:00 |
|
Matija Sosic
|
c1f2d6dab3
|
TodoApp example now uses db. (#45)
|
2020-09-19 16:11:09 +02:00 |
|
Matija Sosic
|
338c3c909e
|
Removed unused imports.
|
2020-09-18 16:45:20 +02:00 |
|
Matija Sosic
|
08f224d03d
|
Implemented migrate-save and migrate-up cli db commands. (#41)
|
2020-09-18 16:14:14 +02:00 |
|
Martin Sosic
|
1f02809b3d
|
Fixed compile error from previous commit.
|
2020-09-15 17:39:56 +02:00 |
|
Martin Sosic
|
32bb439c53
|
'wasp start' now reloads on file change.
|
2020-09-15 17:00:48 +02:00 |
|
Matija Sosic
|
e95fae7f06
|
Implemented wasp db migrate cli cmd - runs only prisma migrate save for now. (#39)
|
2020-09-15 16:39:56 +02:00 |
|
Martin Sosic
|
f06c933182
|
wasp start now does setup and start while forwarding output.
fix
|
2020-09-11 17:33:10 +02:00 |
|
Martin Sosic
|
a70effa6db
|
Implemented first version of CLI, with clean, new and start commands.
Start does not yet work properly.
|
2020-09-10 09:47:41 +02:00 |
|