TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Remote-CLI: execute tasks on remote hosts while working locally

2 pointsby pbsdsover 4 years ago

2 comments

pbsdsover 4 years ago
This has for me been a godsend after corona hit. The &quot;.remoteenv&quot; file is for me the killer feature. Being able to bundle remote-cli in my python-poetry dev environment makes the setup trivial as well.<p>For those interested, here is my &quot;.remoteenv&quot; file to setup poetry using conda: <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;pbsds&#x2F;fe243e518717531b10b2782add519256" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;pbsds&#x2F;fe243e518717531b10b2782add5192...</a>
rudasnover 4 years ago
Looks very interesting.. How does it compare with ansible, if at all?<p>What are the use cases, other than the ones mentioned in the readme? I&#x27;m thinking pull-based automated backups.