UNPKG

savory

Version:

A command-line interface for operating your Codefresh account

8 lines (7 loc) 184 B
module.exports = { command: "contexts", builder: (yargs)=> yargs .command(require('./contexts.list')) .demandCommand(), describe: "Manage your contexts" };