Make local backend work with cli exec#4102
Conversation
|
Surge PR preview deployment was removed |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4102 +/- ##
==========================================
- Coverage 21.19% 21.19% -0.01%
==========================================
Files 425 425
Lines 38349 38367 +18
==========================================
+ Hits 8128 8130 +2
- Misses 29466 29482 +16
Partials 755 755 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@anbraten if you know an better way to do: to test local backend via cli in windows / linux please tell :) |
|
Will do some testing. Fyi #3967 might be quite interesting for you. |
|
Yes thus might allow more :) Should i hide the flag and undocument it so we have it working now and can improve it later? |
|
The usage of the
|
|
I looked at your solution, this has 2 problems:
the only thing i could addopt in my patch from your suggestion would be 1. witch breaks the convention ... |
|
what i could do and did, is to hide that option from the user: 7101cdb |
|
@anbraten are you still blocking this? |
|
@anbraten I can not find side effects you had concerns when we talked about this ... ... anyway I renamed the flag so it is clear that it is for internal usage only ... |
|
ok @xoxys found a better way that does not expose stuff |
|
@anbraten i still want your opinion and dont overule you ... |
|
@anbraten will merge after ci pased |
|
As this does not introduce new config settings, I am also fine with it. Will give it a test at some point and we can check now if we can further streamline the use-cases of the cli exec command here. |



Currently if you try to exec a pipeline via the cli tool and use the local backend, all files are missing.
This will detect this specific case and use the new added option in the local backend to specify a execution directory upfront.
Test usecase
3.1 without patch shuld fail


3.2 with patch shuld work
Sponsored by Kithara Software GmbH