Skip to content

torch-ly/torch-ly-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torch-ly CLI

This is a small command line tool to interact with torch-ly.

Installation

The torchly CLI can be installed with npm using the following command.

npm i -g torch-ly-cli

Requirements

  • npm
  • NodeJS

Both can be installed using the installation guide from npmjs.com.

Usage

A the current verion of this CLI tool there is only one command supported. It posts an image in base64 format to a server. The server can distribute the image to other users.

Send file using:

torchly send <file>

Get help using:

torchly --help

and

torchly send --help

There is also a configuration command, which can change the backend server and port.

torchly config --server http://localhost --port 5000

The current configuration can be viewed with torchly config ls.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published