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 8899f8d commit 689118fCopy full SHA for 689118f
lib/interface/cli/commands/root/uninstall.cmd.js
@@ -4,7 +4,7 @@ const Command = require('../../Command');
4
const unInstall = new Command({
5
root: true,
6
command: 'uninstall',
7
- description: 'Uninstal a resource',
+ description: 'Uninstall a resource',
8
usage: 'Uninstall operation will uninstall codefresh components on kubernetes cluster',
9
webDocs: {
10
description: 'Uninstall a resource',
0 commit comments