-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsd-command.yaml
40 lines (36 loc) · 1.25 KB
/
sd-command.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Namespace for the command
namespace: tk3fftk
# Command name itself
name: sdctl
# Description of the command and what it does
description: |
sdctl - Screwdriver.cd API wrapper
usage: |
NAME:
sdctl - Screwdriver.cd API wrapper
USAGE:
validate yamls, start build locally
VERSION:
0.0.2
COMMANDS:
get get sdctl settings and Screwdriver.cd information
set set sdctl settings
context handle screwdriver contexts
clear clear your setting and set to default
build, b start a job. parameters: <pipelieid> <start_from>
validate, v validate your screwdriver.yaml, default to screwdriver.yaml
validate-template, vt validate your sd-template.yaml, default to sd-template.yaml
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
COPYRIGHT:
tk3fftk
maintainer: [email protected]
# Major and Minor version number (patch is automatic)
version: 0.1.0
# Format the command is in (see below for examples)
# Valid options: habitat, docker, binary
format: binary
binary:
file: ./sdctl