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 8d2666b commit db5f6c8Copy full SHA for db5f6c8
docs/content/pipelines/Run Pipeline.md
@@ -34,13 +34,13 @@ The pipeline will be triggered multiple times according to the array length.
34
}
35
]
36
```
37
-### Use encrypted variables in Codefresh build runs; supported from CLI version: 0.82.8
+### Use encrypted variables in Codefresh build runs; supported from CLI version: 0.83.1
38
#### Variable yaml file with single variable set with encrypted variables
39
```yaml
40
- key:
41
val: value
42
encrypted: true
43
- key2: key1
+ key2: val2
44
45
46
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.83.1",
+ "version": "0.83.2",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments