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
- Host: GitHub
- URL: https://github.com/baristalabs/barista-cli
- Owner: BaristaLabs
- Created: 2016-02-12T15:47:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T17:32:25.000Z (over 9 years ago)
- Last Synced: 2025-02-01T15:46:54.004Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)