UNPKG

savory

Version:

A command-line interface for operating your Codefresh account

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