-
Task
-
Resolution: Done
-
Major
-
camel-k-2022.3
-
None
Issue: ENTESB-19485
Document that when customer use kamel cli on windows machine, path in resource option in CLI command must be in linux format:
//Windows path kamel run file.groovy --dev --resource file:C:\user\folder\tempfile@/tmp/file.txt //Must be converted to kamel run file.groovy --dev --resource file:C:/user/folder/tempfile@/tmp/file.txt
- documents
-
ENTESB-19485 Windows CLI: option --resource do not work with windows path system (\ as separator)
- Done