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 b083157 commit ecb0e20Copy full SHA for ecb0e20
lib/interface/cli/commands/agent/delete.cmd.js
@@ -10,7 +10,7 @@ const command = new Command({
10
parent: deleteRoot,
11
description: 'Delete an agent',
12
webDocs: {
13
- category: 'Agemts',
+ category: 'Agents',
14
title: 'Delete Agent',
15
},
16
builder: (yargs) => {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.41.0",
+ "version": "0.41.1",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments