We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c2e55 commit e91fe24Copy full SHA for e91fe24
const.js
@@ -4,11 +4,13 @@ const CRESET = '\x1b[0m'
4
const OPT_COMMANDS = [
5
{
6
name: "list", desc: "list all stages of this pipeline", options: [
7
- { name: "help", desc: "show a help for the list command" }
+ { name: "help", desc: "show a help for the list command" },
8
+ { name: "file", desc: "specific a file input for pipeline" }
9
]
10
}, {
11
name: "create", desc: "create docker-compose.yml for a selected stage", options: [
- { name: "project", desc: "specify a project name for volume caching" }
12
+ { name: "project", desc: "specify a project name for volume caching" },
13
14
15
}
16
0 commit comments