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
Currently when specifying multiple paths, the last one is used:
$ beam up live -p themes -p mysite/code ... [warn] TARGET: user@host:/home/user/public_html/mysite/code
It'd be nice to be able to specify more than one path (and possibly single files too):
$ beam up live -p themes -p mysite/code -p mysite/cache_config.yml ... [warn] TARGET: user@host:/home/user/public_html [warn] PATHS: themes mysite/code mysite/cache_config.yml
The text was updated successfully, but these errors were encountered:
It would also be really cool if you could specify file type(s) too.
i.e. beam down live -p assets -type jpg -type png
Sorry, something went wrong.
Multiple paths implemented in 3c72aed.
No branches or pull requests
Currently when specifying multiple paths, the last one is used:
It'd be nice to be able to specify more than one path (and possibly single files too):
The text was updated successfully, but these errors were encountered: