Skip to content

Commit 0c7306f

Browse files
olegz-codefresh123
andauthored
CR-620 rename argocd-agent to gitops (#567)
Co-authored-by: 123 <git config --global user.name 123a.aladov@codefresh.io>
1 parent df76db2 commit 0c7306f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

lib/binary/components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
},
3939
gitops: {
4040
name: 'gitops',
41-
description: 'Install gitops agent',
41+
description: 'Install argocd agent',
4242
version: {
4343
prefix: '',
4444
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const { Runner, components } = require('../../../../binary');
77
const installArgoCmd = new Command({
88
root: false,
99
parent: installRoot,
10-
command: 'gitops',
11-
description: 'Install gitops agent',
10+
command: 'argocd-agent',
11+
description: 'Install argocd agent',
1212
webDocs: {
1313
category: 'Gitops',
1414
title: 'Install',

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const { Runner, components } = require('../../../../binary');
77
const command = new Command({
88
root: false,
99
parent: applyRoot,
10-
command: 'gitops',
11-
description: 'Patch gitops agent',
10+
command: 'argocd-agent',
11+
description: 'Patch argocd agent',
1212
webDocs: {
1313
category: 'Gitops',
1414
title: 'Patch',
@@ -20,8 +20,8 @@ const command = new Command({
2020
describe: 'Path to kubeconfig file (default is $HOME/.kube/config)',
2121
})
2222
.example(
23-
'codefresh patch gitops',
24-
'Update gitops',
23+
'codefresh patch argocd-agent',
24+
'Update argocd-agent',
2525
);
2626
},
2727
handler: async (argv) => {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const { Runner, components } = require('../../../../binary');
88
const unInstallAgentCmd = new Command({
99
root: false,
1010
parent: unInstallRoot,
11-
command: 'gitops',
12-
description: 'Uninstall gitops agent',
11+
command: 'argocd-agent',
12+
description: 'Uninstall argocd agent',
1313
webDocs: {
1414
category: 'Gitops',
1515
title: 'Uninstall',

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

0 commit comments

Comments
 (0)