Skip to content

A command line interface that synchronize files between Worksheets App and local file system

Notifications You must be signed in to change notification settings

FalconSoft/worksheets-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

worksheets-cli

A command line interface that synchronize files between Worksheets App and local file system

Install

npm i worksheets-cli -g

Usage

Help

worksheets-cli --help
worksheets-cli --help auth

Auth

worksheets-cli auth
worksheets-cli auth -u=Test1 -p=******

Pull

worksheets-cli pull
worksheets-cli pull --app=Test1/NewAppToDel2
worksheets-cli pull -a=Test1/NewAppToDel2

Push

worksheets-cli push --app=Test1/NewAppToDel2
worksheets-cli push -a=Test1/NewAppToDel2

Config

worksheets-cli config --baseUrl=https://api.worksheet.systems
worksheets-cli config -a=Test1/NewAppToDel2

Source Code Dev Build

npm run build

Run dev version

node ../../worksheets-cli/bin/worksheets-cli --help

Do NOT run this app in a source folder (./bin/worksheets-cli). It will delete all source files

About

A command line interface that synchronize files between Worksheets App and local file system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published