Socket
Book a DemoInstallSign in
Socket

nodester-cli

Package Overview
Dependencies
Maintainers
5
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodester-cli

A CLI tool to allow interaction with the http://nodester.com/ platform.

1.1.1
latest
Source
npmnpm
Version published
Weekly downloads
1
-75%
Maintainers
5
Weekly downloads
 
Created
Source

Nodester API CLI access Build Status

This app is a little wrapper around the REST API for the Nodester OS Node hosting platform.

Installation

npm install nodester-cli -g

Usage

In your CLI run one of these commands:

$ nodester 
$ nodester app <usage>
$ nodester user <usage>

Each of them will outpot the help for the respective command.

Local installation

If you have your own instance of Nodester installed on your own server, the command line app is designed to work with that too. Currently it supports 3 environment variables to change a couple of default settings.

Here is a simple example:

#!/bin/bash

export NODESTER_BRAND=davster;
export NODESTER_APIHOST=auth.davglass.com;
nodester "$@"
export NODESTER_BRAND=;
export NODESTER_APIHOST=;

In the newest version of nodester-cli you can easily switch betwen instances running:

$ nodester config set <apiendpoint> <brand>

after this you can access to your instance. To rollback to the nodester endpoint run:

$ nodester config set api.nodester.com nodester

Also you can see what is the current configuration running:

$ nodester config get

Also you can take a look at examples and see how can you roll out your personal nodester-cli

Contributors

The nodester community (nodester authors):

- [Chris Matthieu](http://matthieu.us)
- [Daniel Bartlett <dan@f-box.org>](http://danb-uk.net/)
- [Dav Glass <davglass@gmail.com>](http://twitter/@davglass)
- Abraham Williams <4braham@gmail.com>
- Contra <contra@australia.edu>
- Marcos Oliveira <marcosvm@gmail.com>
- [Alejandro Morales](http://alejandromorales.co.cc)

License

MIT 2012 - Nodester

FAQs

Package last updated on 10 Oct 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.