1.0.1 • Published 8 years ago

@johno/gk v1.0.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
8 years ago

gk

CLI tool for A10 Networks status reports.

gatekeeper tps report

Turn in your TPS report (Gatekeeper). This is a node module that logs in to Gatekeeper and turns in your status report for you.

Installation

npm i -g @johno/gk

Usage

Via the cli

# This packages uses environment variables for your Gatekeeper credentials.
export GATEKEEPER_USERNAME=your-username
export GATEKEEPER_PASSWORD=your-password

gk 'I did X, Y, and Z.'

As a module

var turnInYourTpsReport = require('turn-in-your-tps-report')

turnInYourTpsReport('My TPS report', function(err) {
  if (err) {
    console.log('oh fuck')
  }

  console.log('done')
})

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by John Otander (@4lpine).


This package was initially generated with yeoman and the p generator.

1.0.1

8 years ago

1.0.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago