Skip to content

Commit 0f978dd

Browse files
Itai GendlerItai Gendler
authored andcommitted
Update documentation
1 parent 428f30d commit 0f978dd

File tree

6 files changed

+6
-16
lines changed

6 files changed

+6
-16
lines changed

docs/content/contexts/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The default is `account`. <br>
2222

2323
### Examples
2424

25-
#### Create a Context of type config with two keys
25+
#### Context of type config with two keys
2626
```yaml
2727
apiVersion: "v1"
2828
kind: "context"

lib/interface/cli/commands/trigger/create.cmd.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ const command = new Command({
77
command: 'trigger <event-uri> <pipeline> [pipelines...]',
88
aliases: ['t'],
99
parent: createRoot,
10-
cliDocs: {
11-
description: 'Set pipeline(s) trigger: connect the `trigger-event` to the pipeline(s). *Note:* `trigger-event` exists only if there is at least one connected pipeline.',
12-
},
10+
description: 'Set pipeline(s) trigger: connect the `trigger-event` to the pipeline(s). *Note:* `trigger-event` exists only if there is at least one connected pipeline.',
1311
webDocs: {
1412
category: 'Triggers',
1513
title: 'Set Pipeline Trigger',

lib/interface/cli/commands/trigger/delete.cmd.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ const command = new Command({
99
command: 'trigger <event-uri> <pipeline>',
1010
aliases: ['t'],
1111
parent: deleteRoot,
12-
cliDocs: {
13-
description: 'Remove pipeline trigger. *Note:* this may also remove `trigger-event` definition, if there are no pipelines left, that are connected to it.',
14-
},
12+
description: 'Remove pipeline trigger. *Note:* this may also remove `trigger-event` definition, if there are no pipelines left, that are connected to it.',
1513
webDocs: {
1614
category: 'Triggers',
1715
title: 'Remove Pipeline Trigger',

lib/interface/cli/commands/trigger/event/get.cmd.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ const command = new Command({
99
command: 'trigger-event <event-uri>',
1010
aliases: ['te', 'event'],
1111
parent: getRoot,
12-
cliDocs: {
13-
description: 'Get detailed information about specified `trigger-event`',
14-
},
12+
description: 'Get detailed information about specified `trigger-event`',
1513
webDocs: {
1614
category: 'Triggers',
1715
title: 'Get Trigger Event',

lib/interface/cli/commands/trigger/get.cmd.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ const command = new Command({
99
command: 'triggers <pipeline>',
1010
aliases: ['t'],
1111
parent: getRoot,
12-
cliDocs: {
13-
description: 'Get pipeline triggers',
14-
},
12+
description: 'Get pipeline triggers',
1513
webDocs: {
1614
category: 'Triggers',
1715
title: 'Get Pipeline Triggers',

lib/interface/cli/commands/trigger/type/get.cmd.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ const command = new Command({
99
command: 'trigger-types [type] [kind]',
1010
aliases: ['tt'],
1111
parent: getRoot,
12-
cliDocs: {
13-
description: 'Get a list of system-wide available `trigger-types` or specified `trigger-type`',
14-
},
12+
description: 'Get a list of system-wide available `trigger-types` or specified `trigger-type`',
1513
webDocs: {
1614
category: 'Triggers',
1715
title: 'Get Trigger Types',

0 commit comments

Comments
 (0)