You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: lib/jobs/list.js
+53-2Lines changed: 53 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ var method = require('./../method');
4
4
varprojectConfig=require('./../projectConfig');
5
5
varassign=require('lodash.assign');
6
6
varpath=require('path');
7
+
varTable=require('table');
7
8
8
9
/**
9
10
* @memberof jobs
@@ -21,6 +22,8 @@ var path = require('path');
21
22
* @param {string} [filter.command] - Optional command to match on
22
23
* @param {string} [filter.workspace] - Optional workspace path to match on. Note: the original workspace path will be modified on upload to point to a temporary location.
23
24
* @param {string} [filter.dataset] - Optional dataset to match on
25
+
* @param {string} [filter.dataset] - Optional dataset to match on
26
+
* @param {boolean} [summary] - Optional (command line argument only). Format output as a summary table.
24
27
* @param {function} cb - Node-style error-first callback function
0 commit comments