Skip to content

Commit e91fe24

Browse files
authored
Update const.js
1 parent f8c2e55 commit e91fe24

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

const.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ const CRESET = '\x1b[0m'
44
const OPT_COMMANDS = [
55
{
66
name: "list", desc: "list all stages of this pipeline", options: [
7-
{ name: "help", desc: "show a help for the list command" }
7+
{ name: "help", desc: "show a help for the list command" },
8+
{ name: "file", desc: "specific a file input for pipeline" }
89
]
910
}, {
1011
name: "create", desc: "create docker-compose.yml for a selected stage", options: [
11-
{ name: "project", desc: "specify a project name for volume caching" }
12+
{ name: "project", desc: "specify a project name for volume caching" },
13+
{ name: "file", desc: "specific a file input for pipeline" }
1214
]
1315
}
1416
]

0 commit comments

Comments
 (0)