You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wmill sync pull --help states:
that there is an --exclude allowed with patterns like * / ** and folders.
The command failes if any of those patterns is used.
The command runs, but syncs files in the folder anyway if a folder is directly provided
The command runs as expected when directly providing a file
To reproduce
use the windmill plugin for VSCode
use wmill sync pull --exclude 'f/anyFolder/**'
See that you will receive the error: error: No arguments allowed for command "wmill sync pull".
wmill sync pull --exclude f/testFolder/testfile.py -> works as expected
wmill sync pull --exclude f/testFolder/ -> runs ans syncs the file testfile.py anyway
wmill sync pull --exclude f/testFolder* -> runs ans syncs the file testfile.py anyway
wmill sync pull --exclude f/testFolder** -> runs ans syncs the file testfile.py anyway
wmill sync pull --exclude f/testFolder/** -> shows the error
wmill sync pull --exclude f/testFolder/* -> shows the error
using the patterns inside the wmill.yaml works
Expected behavior
wmill sync pull --exclude f/testFolder/ should not any file inside this folder
Screenshots
No response
Browser information
Chrome Version 131.0.6778.265 (Official Build) (arm64)
Application version
CE v1.445.1
Additional Context
Using the wmill Extension in VSCode
The text was updated successfully, but these errors were encountered:
Describe the bug
The wmill sync pull --help states:
that there is an --exclude allowed with patterns like * / ** and folders.
The command failes if any of those patterns is used.
The command runs, but syncs files in the folder anyway if a folder is directly provided
The command runs as expected when directly providing a file
To reproduce
wmill sync pull --exclude 'f/anyFolder/**'
See that you will receive the error:
error: No arguments allowed for command "wmill sync pull".
using the patterns inside the wmill.yaml works
Expected behavior
wmill sync pull --exclude f/testFolder/ should not any file inside this folder
Screenshots
No response
Browser information
Chrome Version 131.0.6778.265 (Official Build) (arm64)
Application version
CE v1.445.1
Additional Context
Using the wmill Extension in VSCode
The text was updated successfully, but these errors were encountered: