Giter Club home page Giter Club logo

cli-tools's Introduction

Command Line Tools for WebSharks™

A collection of scripts that power command-line tools used by WebSharks, Inc.


Installation

$ brew tap websharks/formulas
$ brew install websharks-cli-tools

Depends On ~/.websharks.json; aka: ~/.ws.json

Please create this config. file and fill in your username and API keys.

Note: Not all team members will have access to all of these credentials. For instance, a websharks->api_key is available to Jason/Raam only, and is required for access to special sub-commands (e.g., $ ws sales). Please fill in what you do have, and don't worry too much. If you forget something vital the CLI Tools will let you know that a specific config. option is required to complete the requested action—this may happen whenever you try to run a particular sub-command.

{
    "cli_tools": {
        "user": {
            "name": "jaswsinc",
            "projects_dir": "~/projects"
        },
        "github": {
            "username": "jaswsinc",
            "api_key": "xxxxxxxxxxxxxxxxxxxxxx"
        },
        "slack": {
            "username": "jaswsinc",
            "api_key": "xxxxxxxxxxxxxxxxxxxxxx"
        },
        "idonethis": {
            "username": "jaswsinc",
            "api_key": "xxxxxxxxxxxxxxxxxxxxxx"
        },
        "websharks": {
          "username": "jaswsinc",
          "api_key": "xxxxxxxxxxxxxxxxxxxxxx"
        }
    }
}

Note: The cli_tools key was previously named config, which still works also.


Getting Started w/ CLI Tools

Type the following for a list of all available sub-commands:

$ ws --help

2015-06-06_21-51-04


Getting Help For A Specific Sub-Command

$ ws [sub-command] --help

Example: $ ws done --help will give you instructions for the done sub-command.

2015-06-06_21-52-14


Staying Up-To-Date

$ brew update --all && brew upgrade --all;

This will update all of your Homebrew formulas; including the websharks-cli-tools.

cli-tools's People

Watchers

 avatar  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.