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');
55const command = new Command ( {
66 root : true ,
77 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' ,
99 webDocs : {
1010 category : 'Analyzer' ,
1111 title : 'Analyze'
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.68.13 " ,
3+ "version" : " 0.68.14 " ,
44 "description" : " Codefresh command line utility" ,
55 "main" : " index.js" ,
66 "preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments