Skip to content
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

Allow multiple paths and files to be specified with the --path option #25

Closed
stecman opened this issue Jul 3, 2013 · 2 comments
Closed

Comments

@stecman
Copy link
Contributor

stecman commented Jul 3, 2013

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
@stevie-mayhew
Copy link
Contributor

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

@stecman
Copy link
Contributor Author

stecman commented Jul 30, 2013

Multiple paths implemented in 3c72aed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants