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
/
pipelines.js
10 lines
(9 loc)
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= {
command
:
"pipelines"
,
builder
:
(
yargs
)=>
yargs .
command
(
require
(
'./pipelines.list'
)) .
command
(
require
(
'./pipelines.get'
)) .
command
(
require
(
'./pipelines.create'
)) .
demandCommand
(
1
),
describe
:
"Manage your pipelines"
};