Giter VIP home page Giter VIP logo

no.de's Introduction

no.de deployment tool

This tool is designed to automate the process of setting up new no.de instances and connect them to your existing git repository to allow easy and fast deployment of nodejs projects.

Commands

$ no.de config --api [username] [password] -- used to set the username and password for your node account

$ no.de instances -- lists your existing node instances and their current status

$ no.de coupons -- lists your existing coupon codes

$ no.de coupons --request -- requests a new coupon code

$ no.de bind [no.de instance id] -- binds the given no.de instance to this repository (like create, but without the actual creation)

$ no.de info -- shows information about the instance this repository is linked too

$ no.de deploy -- short cut alias for git push no.de master

$ no.de open -- short cut alias for open http://[your domain].no.de/

$ no.de shell -- (WARNING BUGGY!) short cut alias for ssh node@[your domain].no.de

$ no.de log -- short cut alias for ssh node@[your domain].no.de /opt/nodejs/bin/node-service-log

$ no.de help -- prints out a list of commands

$ no.de create [subdomain] [coupon?] -- creates a new no.de instance. If coupon isn't provided, it will find an available if possible.

$ no.de create --bind [subdomain] [coupon?] -- creates a new no.de instance and binds it (shortcut of create + bind)

Methods still pending implementation

no.de sshkeys -- lists all the keys in the access list for your node account

no.de sshkeys --add [optional path to ssh public key] -- adds the specified SSH public key to the access list, or uses ~/.ssh/id_[dsa|rsa].pub if not provided

no.de sshkeys --rm [sshkey id] -- removes the specified ssh key from the access list

no.de's People

Contributors

jsjohnst avatar

Watchers

 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.