Skip to content

Commit ae8e352

Browse files
Itai GendlerItai Gendler
authored andcommitted
Update documentation test
1 parent e6fa6c9 commit ae8e352

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/content/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Welcome to Codefresh official CLI documentation!
1111
Codefresh CLI provides a full and flexible interface to interact with Codefresh.<br>
1212
The CLI can be used to achieve the following:
1313
<ul>
14-
<li>Perform any opeartion you would be able to do through the UI</li>
15-
<li>Create complex automations from your local machine</li>
16-
<li>Run complex pipeline use cases by using the CLI inside your pipeline steps</li>
14+
<li>Perform any opeartion you would be able to do through the UI.</li>
15+
<li>Create complex automations from your local machine.</li>
16+
<li>Run complex pipeline use cases by using the CLI inside your pipeline steps.</li>
1717
</ul>
1818

19-
To get started please navigate to [Getting started](/getting-started) page
19+
To get started please navigate to [Getting started](/getting-started) page.

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.8.0",
3+
"version": "0.8.1",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)