Skip to content

BaristaLabs/barista-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barista-Cli

###CLI tools are currently being developed the below is a rough spec of what it aims to do...

The Barista command line utility makes it easy to start and install Barista services as well as to execute individual Barista scripts.

Use the barista --help command for more detailed task information.

Installing

$ npm install -g barista-cli

*Note: For a global install of -g barista-cli, OSX/Linux users may need to prefix the command with sudo or can setup proper file permissions on OSX for npm to install without sudo. *

Starting the Barista Service

$ barista start

Installing Barista as a system service

$ barista install [service name]

Uninstalling Barista as a system service

$ barista uninstall [service name]

Running an individual barista script

$ barista run [path]

Installing a barista module

$ barista install [module-name]

Command-line flags/options:

[--port|-p] .............  Server HTTP port (8000 default)

About

NodeJS based Barista command line utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published