Giter Site home page Giter Site logo

nodester-cli's Introduction

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 <[email protected]>](http://danb-uk.net/)
- [Dav Glass <[email protected]>](http://twitter/@davglass)
- Abraham Williams <[email protected]>
- Contra <[email protected]>
- Marcos Oliveira <[email protected]>
- [Alejandro Morales](http://alejandromorales.co.cc)

License

MIT 2012 - Nodester

nodester-cli's People

Contributors

alejandro avatar davglass avatar chrismatthieu avatar danbuk avatar nodester avatar fgnass avatar abraham avatar netroy avatar marcosvm avatar thomasvm avatar

Watchers

Marcelo Fernandes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.