An open API service indexing awesome lists of open source software.

https://github.com/baristalabs/barista-cli

NodeJS based Barista command line utility
https://github.com/baristalabs/barista-cli

Last synced: 8 months ago
JSON representation

NodeJS based Barista command line utility

Awesome Lists containing this project

README

          

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

```bash
$ 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](http://www.johnpapa.net/how-to-use-npm-global-without-sudo-on-osx/) to install without `sudo`. *

## Starting the Barista Service

```bash
$ barista start
```

## Installing Barista as a system service

```bash
$ barista install [service name]
```

## Uninstalling Barista as a system service

```bash
$ barista uninstall [service name]
```

## Running an individual barista script

```bash
$ barista run [path]
```

## Installing a barista module
```bash
$ barista install [module-name]
```

__Command-line flags/options:__

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