0.3.3 • Published 9 years ago

longshoreman v0.3.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Longshoreman CLI

You can use the CLI to easily administer a Longshoreman cluster from the command line. The tool talks to the Longshoreman controller server over HTTP.

Installation

npm install -g longshoreman

Set up

To use the CLI, you'll first have to initialize your Longshoreman configuration file. Run longshoreman init to create a credentials file in your home directory. If you don't yet have a controller URL or token, see the quick start to get started.

Usage

Usage: longshoreman [COMMAND] [--app APP] [command-specific-options]

Commands:
init: Interactive configuration
apps: List all applications
apps:add: Add a new application
apps:rm: Remove an application
hosts: List all hosts in the cluster
hosts:add: Add a host to the cluster
hosts:rm: Remove a host from the cluster
instances: List all instances of an application on the cluster
deploy: Deploy an image to the application
envs: Displays all environmental variables for an application
envs:set: Sets an environmental variable for an application
envs:rm: Removes a variable from the application

License

MIT

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.4

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago