0.0.8 • Published 7 years ago

grunt-tendo v0.0.8

Weekly downloads
24
License
-
Repository
-
Last release
7 years ago

grunt-tendo v0.0.0

Execute tendo commands

Getting Started

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-tendo --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-tendo');

This plugin was designed to work with Grunt 0.4.x. If you're still using grunt v0.3.x it's strongly recommended that you upgrade, but in case you can't please use v0.3.2.

tendo task

Run this task with the grunt tendo command.

Task targets, files and options may be specified according to the grunt Configuring tasks guide.

Options

executable

Type: String
Default: Calls tendo.getPathToTendo

This overrides the default value for the location of the tendo executable.

login

Type: Object
Default: none

An object containing any valid login credentials based on tendo environment variable names. TENTENGW, TENTENUID, TENTENPW, etc

table

Type: String
Default: default.lonely

The table to execute against.

args

Type: String
Default: none

Additional command line args to pass to the tendo executable.

logTenDoCmd

Type: Boolean
Default: false

Log the full command (including all args) used to execute each tendo cmd.

logResults

Type: Boolean
Default: false

Log the results to executed commands (useful to see query results).

src

Type: Array[String]
Default: none

The src files (queries, quickapps, etc) to execute. Files and options may be specified according to the grunt Configuring tasks guide.

inlineQuery

Type: String
Default: none

an inline query to run (it does not use a file).

Usage Examples

TODO

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago