Skip to content

consoli-tech/lscloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

lscloud

Description: A CLI that interacts with the LiftStation.cloud Public API.

Installation

npm i -g lscloud

Basic Usage

Run lscloud to get a list of commands

consolidated@pc:~$ lscloud
lscloud

Commands:
  lscloud config             Enter your API Credentials
  lscloud get wells          Retrieve the name and id of your organization\'s
                             wells.
  lscloud push well reading  Push a well reading to the cloud.

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

Run any command with --help to get more information on that command

consolidated@pc:~$ lscloud config --help
lscloud config

Enter your API Credentials

Options:
  --help        Show help                                              [boolean]
  --version     Show version number                                    [boolean]
  --api_key     Your API Key                                 [string] [required]
  --api_secret  Your API Secret                              [string] [required]

Visit https://docs.liftstation.cloud for more detailed documentation

About

CLI for LiftStation.cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published