Skip to content

Commit 97de1bb

Browse files
saas-1155 fix cli docs (#250)
revert line separators on binary files
1 parent 652d407 commit 97de1bb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+28
-1
lines changed

.gitattributes

+27
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
# Set the default behavior, in case people don't have core.autocrlf set.
22
* text eol=lf
3+
4+
# (binary is a macro for -text -diff)
5+
*.png binary
6+
*.jpg binary
7+
*.jpeg binary
8+
*.svg binary
9+
*.gif binary
10+
*.ico binary
11+
*.mov binary
12+
*.mp4 binary
13+
*.mp3 binary
14+
*.flv binary
15+
*.fla binary
16+
*.swf binary
17+
*.gz binary
18+
*.zip binary
19+
*.7z binary
20+
*.ttf binary
21+
*.eot binary
22+
*.otf binary
23+
*.woff binary
24+
*.woff2 binary
25+
*.pyc binary
26+
*.pdf binary
27+
*.ez binary
28+
*.bz2 binary
29+
*.swp binary

cli.gif

2 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
10 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 Byte
Binary file not shown.
Binary file not shown.
2 Bytes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.9.7",
3+
"version": "0.9.8",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)