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
You are right @daliboris this is not implemented yet.
Globbing can only work when the path argument(s) are quoted. At least on linux shells this would otherwise lead to errors because the glob would not match any files on the local filesystem.
Therefore --include and --exclude are the safer options.
Enhancement
I didn't find an example for deleting a list of files using wildcards in the Readme, and maybe it's not implemented yet.
I tried wildcards in the path:
xst remove /db/apps/%project%-data/data/dictionaries/*.xml
I also tried
-i
parameter of theupload
command:xst remove -i "*.xml" /db/apps/%project%-data/data/dictionaries/
Both commands failed.
Alternatives
Only the full name of the document being removed worked:
xst remove /db/apps/%project%-data/data/dictionaries/pages_157_159.xml
The text was updated successfully, but these errors were encountered: