-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xst upload with globs, expanded by the shell, must fail with an actionable error #105
Comments
Unfortunately shells ( xst up data/first.file data/second.file ... /db/apps/eebo-data/data --config .xstrc which will not do what you expect it to do. I assume it will even try to upload |
This has to fail immediately with an actionable error message. |
xst did state |
fixes eXist-db#105 When a glob character is used in the source argument _and_ it matches more than one file or folder no action will be performed and an actionable error message is displayed instead.
fixes eXist-db#105 When a glob character is used in the source argument _and_ it matches more than one file or folder no action will be performed and an actionable error message is displayed instead.
fixes #105 When a glob character is used in the source argument _and_ it matches more than one file or folder no action will be performed and an actionable error message is displayed instead.
🎉 This issue has been resolved in version 1.7.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What happened?
xst up data/* /db/apps/my-app/data/ --config .xstrc
only uploads the first file in the local data directory and not like expected all files.System Information
Relevant shell output
xst up data/* /db/apps/eebo-data/data --config .xstrc
The text was updated successfully, but these errors were encountered: