Open nightsh opened 8 years ago
Hello! Thanks for Your contribution, You've got the point. I will work this out later today !
@michaljach This was a year ago was there any progress. If not can you pint in the right direction for others to work on PullRequest(s)?
Per rsync man page:
As a special case, if a single source arg is specified without a destination, the files are listed in an output format similar to "ls -l".
Perhaps you could copy the same logic in the rsync()
function only leaving out the .destination(…)
part. Then take the output and parse it?
Was this solved by https://github.com/michaljach/ember-cli-deploy-scp/pull/16?
As per
ember-cli-deploy-display-revisions
's README file:Currently, when I do
ember deploy:list production
this happens:Anything I could help with? I haven't read the code yet, it's so late I can't focus much right now, but I'll revisit this issue tomorrow.
And kudos for the work on this addon!