Skip to content

remove redundant params #464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 19, 2020
Merged

remove redundant params #464

merged 10 commits into from
May 19, 2020

Conversation

oren-codefresh
Copy link
Contributor

No description provided.

@@ -35,10 +35,10 @@ const deleteCmd = new Command({
default: DEFAULTS.URL,
})
.option('kube-context-name', {
describe: 'Name of the kubernetes context on which venona should be installed [$CF_ARG_KUBE_CONTEXT_NAME]',
describe: 'Name of the kubernetes context on which venona should be uninstalled [$CF_ARG_KUBE_CONTEXT_NAME]',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name of the kubernetes context from which the Codefresh Agent and Runtime should be removed

})
.option('kube-namespace', {
describe: 'Name of the namespace on which venona should be installed [$CF_ARG_KUBE_NAMESPACE]',
describe: 'Name of the namespace on which venona should be uninstalled [$CF_ARG_KUBE_NAMESPACE]',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name of the kubernetes namespace from which the Codefresh Agent and Runtime should be removed

@oren-codefresh oren-codefresh merged commit 2f807af into master May 19, 2020
@noam-codefresh noam-codefresh deleted the SAAS-7215 branch August 13, 2021 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants