Skip to content

Commit db5f6c8

Browse files
update run pipeline documentation (#810)
1 parent 8d2666b commit db5f6c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/pipelines/Run Pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ The pipeline will be triggered multiple times according to the array length.
3434
}
3535
]
3636
```
37-
### Use encrypted variables in Codefresh build runs; supported from CLI version: 0.82.8
37+
### Use encrypted variables in Codefresh build runs; supported from CLI version: 0.83.1
3838
#### Variable yaml file with single variable set with encrypted variables
3939
```yaml
4040
- key:
4141
val: value
4242
encrypted: true
43-
key2: key1
43+
key2: val2
4444

4545
```
4646

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.83.1",
3+
"version": "0.83.2",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)