@dgoguerra/share-cli

v0.2.0

Published

Share a file or script output through Ngrok with auth

Downloads

6

Readme

@dgoguerra/share-cli

Share a file or script output through Ngrok with auth.

Installation

Install with:

npm install -g @dgoguerra/share-cli

CLI Usage

Share a file:

$ share /path/to/myfile.txt
Download from remote terminal:

  curl https://b878d69a:[email protected] > myfile.txt

Share output of a script:

$ cat myfile.log | share
Warning: no file argument, streaming stdin.

Download from remote terminal:

  curl https://f30f0be6:[email protected] > output.txt