UNPKG

niledatabase

Version:

Command line interface for Nile databases

10 lines 208 B
export interface GlobalOptions { apiKey?: string; format?: 'human' | 'json' | 'csv'; color?: boolean; debug?: boolean; dbHost?: string; globalHost?: string; workspace?: string; db?: string; }