File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/interface/cli/commands/analyzer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const Logic = require('./analyzer.logic');
5
5
const command = new Command ( {
6
6
root : true ,
7
7
command : 'analyze <repoOwner> <repoName> [context]' ,
8
- description : 'Analyzes your git repository and creates a proposed Cofefresh pipeline that clones the source code and builds/packages it' ,
8
+ description : 'Analyzes your git repository and creates a proposed Codefresh pipeline that clones the source code and builds/packages it' ,
9
9
webDocs : {
10
10
category : 'Analyzer' ,
11
11
title : 'Analyze'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.68.13 " ,
3
+ "version" : " 0.68.14 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments