2017 © Pedro PelĂĄez
 

library cli-tools

Scripts that power command-line tools used by WebSharks, Inc.

image

websharks/cli-tools

Scripts that power command-line tools used by WebSharks, Inc.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Command Line Tools for WebSharksℱ

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

, (*2)

, (*3)


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., (*4)

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., (*5)

{
    "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., (*6)


Getting Started w/ CLI Tools

Type the following for a list of all available sub-commands:, (*7)

$ ws --help

2015-06-06_21-51-04, (*8)


Getting Help For A Specific Sub-Command

$ ws [sub-command] --help

Example: $ ws done --help will give you instructions for the done sub-command., (*9)

2015-06-06_21-52-14, (*10)


Staying Up-To-Date

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

This will update all of your Homebrew formulas; including the websharks-cli-tools., (*11)

The Versions

10/01 2016

dev-master

9999999-dev https://github.com/websharks/cli-tools

Scripts that power command-line tools used by WebSharks, Inc.

  Sources   Download

GPL-3.0+

The Requires

 

websharks

10/01 2016

dev-dev

dev-dev https://github.com/websharks/cli-tools

Scripts that power command-line tools used by WebSharks, Inc.

  Sources   Download

GPL-3.0+

The Requires

 

websharks

10/01 2016

160110

160110 https://github.com/websharks/cli-tools

Scripts that power command-line tools used by WebSharks, Inc.

  Sources   Download

GPL-3.0+

The Requires

 

websharks

04/10 2015

151004

151004 https://github.com/websharks/cli-tools

Scripts that power command-line tools used by WebSharks, Inc.

  Sources   Download

GPL-3.0+

The Requires

 

websharks

07/06 2015

150606

150606 https://github.com/websharks/cli-tools

Scripts that power command-line tools used by WebSharks, Inc.

  Sources   Download

GPL-3.0+

The Requires

 

websharks