We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692679b commit 02563a9Copy full SHA for 02563a9
lib/interface/cli/commands/gitops/install.cmd.js
@@ -32,7 +32,7 @@ const installArgoCmd = new Command({
32
describe: 'Url to manifest repo',
33
})
34
.option('codefresh-integration', {
35
- describe: 'Name of gitops integration in Codefresh',
+ describe: 'Name of gitops integration in Codefresh ( Please create a dedicated context for the agent to avoid hitting the Github rate limits )',
36
37
.option('argo-host', {
38
describe: 'Host of argocd installation',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.75.4",
+ "version": "0.75.5",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments