Martin Šošić
ea0a0d98cd
Added CHECKPOINT_DISABLE=1 to Wasp CLI to prevent Prisma errors ( #2089 )
...
* Update Main.hs
* fix
2024-06-10 13:30:12 +02:00
Mihovil Ilakovac
676cf2222b
Hide Prisma update message ( #2005 )
2024-05-13 11:02:10 +02:00
Filip Sodić
685ab64c9f
Enable the reset command ( #1962 )
2024-04-16 10:02:43 +02:00
Filip Sodić
1456a89222
Adapt wasp clean
and fix NPM dep installation ( #1603 )
...
---------
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-01-29 15:21:36 +01:00
Martin Šošić
758110e686
Relax node version ( #1533 )
...
* Relaxed Wasp's node version requirements.
* Updated e2e tests.
* fix
* fix
* Fixed version of wasp app in headless tests.
* Update web/docs/introduction/getting-started.md
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* fix
* fix
* Small grammar fixes.
* fixes
* Updated e2e tests.
* fix
* fix
---------
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-01-04 11:30:42 +01:00
Martin Šošić
994a58f0dc
Wasp ai cli mage ( #1601 )
...
* Improved Wasp AI CLI experience.
* fix
* Added CLI Usage, polished CLI commands.
* Added choice of temperature.
* Added styling.
* Added more sophisticated, terminal-only styling.
* fix
* Updated Mage to use new Wasp CLI + added some messaging to CLI.
* fix
* Created wasp-ai/README, updated waspc/README.
* Moved wasp-ai/ to mage/.
* Final polishing (docs, readmes, messaging).
* fix
* Added tests for LogMsg.
* Updated versions of test apps to 0.12.
* fix
* fix
* Update mage/README.md
* fix
* fix
2023-12-22 15:14:38 +01:00
Martin Sosic
47c4b8cb16
Merge branch 'main' into wasp-ai
2023-12-11 20:19:46 +01:00
Martin Sosic
2fb1b0a54d
Added info about 'wasp studio' command to CLI usage/help output.
2023-10-16 16:02:43 +02:00
Mihovil Ilakovac
03cfcdfaaf
Wasp Studio [experimental] ( #1483 )
2023-10-10 12:17:05 +02:00
Martin Sosic
a5323a2e05
Added JSON config via CLI for Wasp AI.
2023-06-29 21:25:23 +02:00
Martin Sosic
15ce1bf5bb
Now new-ai can be called programmaticaly more easily.
2023-06-28 11:25:09 +02:00
Martin Sosic
001068ca1a
Merge branch 'main' into wasp-ai
2023-06-23 12:45:59 +02:00
Martin Sosic
afb148e19d
wasp cli now exits with code 1 on internal errors.
2023-06-23 12:44:43 +02:00
Martin Sosic
6d4a39a976
Merge commit resolutions I ommited commiting by accident.
2023-06-20 18:32:50 +02:00
Martin Sosic
8b6fdc7b6e
Merge branch 'main' into wasp-ai
2023-06-20 18:30:20 +02:00
Martin Sosic
170d63ae63
fix
2023-06-19 23:08:57 +02:00
Martin Sosic
9a079f90d2
Moved command for AI project generation to better place.
2023-06-19 23:06:38 +02:00
Martin Sosic
67a5f37b33
Now new-ai can work for human or for machine.
2023-06-15 20:37:53 +02:00
Martin Sosic
c57ef72117
Planing working relatively ok!
2023-06-14 23:05:18 +02:00
Craig McIlwrath
ec307d0a3d
move Wasp/Generator/Node/Version -> Wasp/Node/Version ( #1226 )
2023-06-05 07:52:51 -04:00
Craig McIlwrath
ce587a9fad
Improve waspc node version checking and error messages ( #1210 )
...
* increase minimum version of process dependency
* improve node version error messages
2023-05-26 08:47:58 -04:00
Mihovil Ilakovac
3f218fbbc5
Improve the scaffolding experience ( #1140 )
2023-05-03 12:57:17 +02:00
Mihovil Ilakovac
eb81959d86
Release 0.10.2 from main ( #1151 )
2023-04-19 01:14:06 +02:00
Martin Sosic
89979beaf5
Small dx improvements for db starting.
2023-04-12 14:01:54 +02:00
Mihovil Ilakovac
809eb90386
Adds scaffolding based on giget ( #1105 )
2023-04-06 16:15:34 +02:00
Martin Šošić
0e5aa85014
Implement database seeding via 'wasp db seed'
2023-04-05 11:33:52 +02:00
Shayne Czyzewski
5d2b278e75
Adds vitest
for testing client code ( #1055 )
2023-03-30 12:22:40 -04:00
Martin Šošić
91a8063081
Implemented wasp start db
(managed dev db) ( #1044 )
...
Implemented 'wasp start db' + docs + e2e tests + refactoring.
2023-03-21 16:37:20 +01:00
Shayne Czyzewski
b14ed945fc
Adds wasp deploy
CLI command for Fly.io ( #961 )
2023-02-07 10:29:25 -05:00
Mihovil Ilakovac
1017e20bf4
Adding uninstall command ( #953 )
...
* Adding uninstall command
* Updates docs and changelog related to the uninstall command
2023-02-01 11:18:24 +01:00
Martin Sosic
10531ee8e0
Expanded instructions in wasp version CLI cmd.
2022-12-14 11:51:11 +01:00
Shayne Czyzewski
a16aa73753
Add support for --create-only
migrations ( #862 )
2022-12-13 13:55:01 -05:00
Martin Sosic
46c73058cb
Added newsletter link to CLI.
2022-11-26 19:04:49 +01:00
Martin Šošić
bb8202109a
wasp version command now prints info how to change version. ( #826 )
2022-11-23 16:55:12 +01:00
Hari Sankar
76e43b3685
Add information of completion command in wasp help
( #256 ) ( #766 )
...
* Add information of completion command in `wasp help` (fix #256 )
* Fix syntax error
* Move completion command under GENERAL
2022-10-19 09:46:15 +02:00
Shayne Czyzewski
8fc6fd1836
Adds support for Dockerfile customization ( #732 )
2022-10-13 12:46:07 -04:00
Martin Šošić
99487ff2f7
waspls is now part of waspc ( #716 )
2022-09-08 13:56:37 +02:00
Martin Šošić
25a1b991ef
Now waspc assumes all files to be UTF8 regardless of OS'es default locale. ( #653 )
2022-06-28 19:48:02 +02:00
Shayne Czyzewski
1995ccdb9d
Make CLI code testable ( #510 )
2022-03-23 08:04:09 -04:00