Commit Graph

21 Commits

Author SHA1 Message Date
HugoCasa df62925894 feat: triggers cli sync (#5243)
* feat: triggers cli sync

* fix build

* update ee ref

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-02-10 15:14:28 +01:00
Ruben Fiszel 1e7909e959 fix(cli): improve pulling instance with folderPerInstance 2024-11-04 20:31:07 +01:00
Ruben Fiszel 00748f43fe fix(cli): improve pulling instance with folderPerInstance 2024-11-04 17:45:42 +01:00
Wítallo e92a338432 fix: missing opts for pull and push instance configs (#4630) 2024-11-04 17:12:51 +01:00
Ruben Fiszel 57d59bc90a feat(cli): instance yaml files inside the instance prefix folders (#4627)
* feat(cli): instance yaml files inside the instance folders

* fix: add opt-in for save instance yamls inside prefixed folders

* chore: change baseUrl not needed to opts.baseUrl

* do not reassign global const path

* set prefix from instance

---------

Co-authored-by: Wítallo <15958770+witalloliveira@users.noreply.github.com>
2024-11-03 02:37:19 +01:00
Ruben Fiszel d9349e82e5 fix(cli): improve --instance handling wmill instance push 2024-10-31 14:52:05 +01:00
Wítallo 13ee433ec0 feat(cli): opts.instance as instace name and prefix (#4609) 2024-10-31 10:19:07 +01:00
Ruben Fiszel 1c70c0c2f1 fix(cli): improve instance sync for CI/CD + --folder-per-instance 2024-10-29 18:30:45 +01:00
Ruben Fiszel 24d11cd148 fix(cli): fix wmill instance pull --instance 2024-10-28 17:46:15 +01:00
Ruben Fiszel f9f4d1caf9 fix(cli): fix wmill instance push --base-url and --instance 2024-10-28 17:22:51 +01:00
Ruben Fiszel 016292a374 cli yaml parsing error more verbose 2024-10-12 03:01:54 +02:00
Ruben Fiszel a7d3a0eaa3 make cli more reliable 2024-10-11 16:33:18 +02:00
Ruben Fiszel 29056a610e fix(cli): instance sync push does not require sync pull 2024-10-09 12:58:49 +02:00
Ruben Fiszel e279c2eea7 fix(cli): fix opts.yes for instance sync 2024-10-03 21:39:10 +02:00
Ruben Fiszel 53f494e814 fix(cli): fix set client of instance when passing token and base url 2024-10-03 16:49:20 +02:00
Ruben Fiszel d0b24d07d2 deno_core is an optional feature flag (#4473)
* full

* all

* add deno_core as features

* all

* remove warnings

* all
2024-10-03 13:11:58 +02:00
Ruben Fiszel bd6ddc166b feat(cli): add queues, workers and worker-groups commands (#4439)
* all

* all

* all

* all

* all

* all

* all

* all

* all

* all

* all

* all

* all

* all
2024-09-26 11:27:37 +02:00
Ruben Fiszel 53c75b81e3 embed typescript client in cli (#4403)
* all

* all

* all

* all

* all
2024-09-18 16:45:39 +02:00
Ruben Fiszel 90868832f2 fix cli build 2024-09-07 14:09:38 +02:00
Ruben Fiszel fd18f42e0f feat: make CLI node compatible (#4347) 2024-09-07 02:31:26 +02:00
HugoCasa ecf4706784 feat: rehydrate instance settings/configs/users from CLI (#4035)
* feat: rehydrate instance settings/configs/users from CLI

* fix: nits

* feat: encryption key, saved instances, include all workspaces

* preshot client version

* Update deps.ts
2024-07-15 19:38:44 +02:00