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