Skip to content

Commit 02563a9

Browse files
improve message (#634)
1 parent 692679b commit 02563a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/interface/cli/commands/gitops/install.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const installArgoCmd = new Command({
3232
describe: 'Url to manifest repo',
3333
})
3434
.option('codefresh-integration', {
35-
describe: 'Name of gitops integration in Codefresh',
35+
describe: 'Name of gitops integration in Codefresh ( Please create a dedicated context for the agent to avoid hitting the Github rate limits )',
3636
})
3737
.option('argo-host', {
3838
describe: 'Host of argocd installation',

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

0 commit comments

Comments
 (0)