UNPKG
savory
Version:
latest (1.0.12)
1.0.12
1.0.11
1.0.10
A command-line interface for operating your Codefresh account
savory
/
ui
/
command
/
images.js
8 lines
(7 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= {
command
:
"images"
,
builder
:
(
yargs
)=>
yargs .
command
(
require
(
'./images.list'
)) .
demandCommand
(),
describe
:
"Manage your Docker images at codefresh"
};