Ruben Fiszel
d09788c216
fix(cli): prioritize correctly content file to resolve for ts types
2023-09-04 02:38:39 +02:00
Ruben Fiszel
2906d535a1
fix(cli): prioritize correctly content file to resolve for ts types
2023-09-04 02:34:51 +02:00
HugoCasa
8a1f9a7c6a
feat: add native powershell support ( #2025 )
...
* feat: add powershell support
* fix: lang build
2023-08-10 13:19:50 +00:00
Ruben Fiszel
c669e9940b
feat: native fetch + native postgresql jobs ( #1796 )
...
* push
* test
* test
* done
* fix
* modify script lang enum
* fix tests
* update wasm
* fix tests
2023-07-04 19:39:59 +02:00
Ruben Fiszel
ad66bfadaf
fix(cli): do not rely on x.nest.land
2023-05-24 15:37:00 +02:00
Ruben Fiszel
7a39eb6b06
nit cli
2023-05-15 00:43:49 +02:00
Ruben Fiszel
678b574efc
fix(cli): update wmill script push
2023-05-15 00:08:38 +02:00
Ruben Fiszel
8f1cdf1d61
fix(cli): add debug mode to CLI + improve error output
2023-05-08 23:35:02 +02:00
Ruben Fiszel
239f401999
fix(cli): fix cli folder sync
2023-05-08 21:13:38 +02:00
Ruben Fiszel
93ae0d71a4
feat(cli): split flows inline scripts
2023-05-05 23:26:03 +02:00
Ruben Fiszel
f90b376319
make yaml the default on the cli
2023-05-05 09:08:28 +02:00
Ruben Fiszel
73738c0873
fix(cli): refactor cli ( #1531 )
...
* all
* cliUpgrade
* refactor entire cli
2023-05-05 02:51:01 +02:00
Ruben Fiszel
03e6017860
fix(cli): add yaml support for cli
2023-05-03 16:40:46 +02:00
Ruben Fiszel
fd070c0e75
add cli yaml support ( #1520 )
...
* add cli yaml support
* use the new yaml option
2023-05-03 16:21:24 +02:00
Ruben Fiszel
1f705cab2c
fix(cli): overwrite archived scripts
2023-04-11 08:21:37 +02:00
Ruben Fiszel
42f6d2e0ee
fix(cli): add support for non metadataed scripts
2023-03-21 02:01:34 +01:00
Ruben Fiszel
4242f1bb63
fix cli failing on script with non json files
2023-03-17 21:01:44 +01:00
Ruben Fiszel
f1e718e718
fix cli failing on script with non json files
2023-03-17 20:58:13 +01:00
Ruben Fiszel
1a7dc0a3bd
more cli fixes
2023-03-11 20:53:34 +01:00
Ruben Fiszel
ce323709a9
fix(cli): many small fixes
2023-03-11 20:16:56 +01:00
Ruben Fiszel
35ea2b27b1
fix(cli): fix workspace option + run script/flow + whoami
2023-03-02 13:21:50 +01:00
Ruben Fiszel
40c12e6139
fix(cli): better ergonomics around workspace add
2023-02-23 13:19:14 +01:00
Ruben Fiszel
867c00047a
cli nits
2023-02-22 14:26:36 +01:00
Ruben Fiszel
4671558e6b
remove extra_perms from being encoded in non-folder zip export
2023-02-22 12:55:40 +01:00
Ruben Fiszel
3d7a5a4520
v0 of cli refactor
2023-02-22 00:15:32 +01:00
Kai Jellinghaus
cdd16195ae
feat(cli): 2-Way sync ( #1071 )
...
* Export file type from each file
* Fix example scripts
* Strongly type CLI files
* Allow bash files
* Update API version
* Remove useless files
* WIP: Diff based push
* Fixup other code
* Implement Flow diffing
* Implement resource type
* Remaining impls
* WIP
* Fix missing file error
* Fix misstyping
* Improve error message
* Fix type inferrence
* Allow REMOVE everywhere
* Fix empty changeset
* Fix error message
* Fix type inferrence 2
* Fix variable diffs
* Fix include checks
* Move push & pull
* Handle script in sync
* Handle scripts
* Allow multi-path creation
* Fix merge conflicts
* Fix #1173
* Update Dependencies
* Add missing await
* Apply review comments
* Fix diff
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-02-03 19:49:46 +01:00
Kai Jellinghaus
741646b618
feat!(cli): Folders support & Less Tarball nesting ( #1040 )
...
* Basic folder support
* Proper Folder Support + deps.ts
* Upgrade Versions
* Add folder meta to tarball
* Remove tarball folders
* Minor fixes
* Fix typo
* Remove extra_perms check
* Use new endpoint
* Use new untar location
* Fix shrinking files
2022-12-23 03:06:12 +01:00
Kai Jellinghaus
d3a171c283
feat(cli): improved setup & allow workspace in base url & refactor workspaces/remotes to unify ( #966 )
...
* Setup V2 & Allow Workspace in base url
* Handle login conflict information
* Rework workspace & remote logic
* Add login logic
* Add token storage logic
* 🚀 finish refactor
* :Fix Pull
* Remove setup
* Add create-token
* Remove legacy typesc
* Fix change
* Fix warns
* fix warning
* Update README
* Switch to new workspace by default
* Update demo video
* Update Images
* remove duplicate
* Change wording
* Add to main README
* Fix main readme
* Fix videos
2022-12-01 22:56:57 +01:00
Kai Jellinghaus
cdd3e2cfc1
feat(cli): Run flows & scripts ( #940 )
...
* Enable Script Running from CLI
* Improve Script Logic & Enable Flow run
* Update README
* Fix empty input 415 unsupported media type
* Add flow execution asciicast
* Allow reading inputs
* Add --silent & print result
* Updated syntax
* Update readme
* Fix superadmin users
* Handle values correctly
* Rework input parsing to try-catch JSON
* Accept all input types
* VHS scripts
* Test add Video to Markdown
* Use GIF only
* Final revisions
* I'm not sure why this works but stackoverflow told me
https://stackoverflow.com/questions/4279611/how-to-embed-a-video-into-github-readme-md/4279746#4279746
* Also rename file?
* Use MP4
* Use GIF
* Use MP4 again
* Revert "Use MP4 again"
This reverts commit d3ed4dc28a .
2022-11-25 18:05:23 +01:00
Kai Jellinghaus
94e15f8493
Enable user deletion ( #939 )
...
* Update windmill version
* Enable User Deletion
2022-11-23 20:38:27 +01:00
Kai Jellinghaus
7dafa6e955
Cli improvements ( #850 )
...
* Fix infinite user list
* Remove Description from table
2022-11-01 22:14:46 +01:00
Kai Jellinghaus
f5ea13ab2b
feat: new wmill CLI #831
2022-11-01 15:53:28 +01:00