UNPKG

skysync-cli

Version:

SkySync Command Line Interface

28 lines (27 loc) 602 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.detailedOutputFormat = exports.outputFormat = void 0; exports.outputFormat = { table: [ { header: 'ID', property: 'id' }, { header: 'Name', property: 'name' } ] }; exports.detailedOutputFormat = { table: [ ...exports.outputFormat.table, { header: 'Permissions', property: 'permissions[].name' } ], json: [ 'permissions[].id' ] };