We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a command to deploy local files to a dotCMS instance via WebDAV.
Source files should support globbing.
Adding a new deploy field to the dotcms.config.json file could support for complex requirements.
deploy
{ "deploy": [ { "from": "dist/foo", "to": "/example.com/application/foo" }, { "from": "dist/bar", "to": "/example.com/application/bar" }, ] }
dotcms-utils deploy --target=<target> <src> <dest> dotcms-utils deploy --target=prod dist/**/* /example.com/application/assets
The text was updated successfully, but these errors were encountered:
samuelmaddock
No branches or pull requests
Description
Add a command to deploy local files to a dotCMS instance via WebDAV.
Source files should support globbing.
Configuration
Adding a new
deploy
field to the dotcms.config.json file could support for complex requirements.Usage
The text was updated successfully, but these errors were encountered: