-
Notifications
You must be signed in to change notification settings - Fork 85
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
Changed the description for long description for install
command
#384
Conversation
cmd/install.go
Outdated
@@ -16,7 +16,8 @@ var installOptions install.Options | |||
var installCmd = &cobra.Command{ | |||
Use: "install", | |||
Short: "Install KubeArmor in a Kubernetes Cluster", | |||
Long: `Install KubeArmor in a Kubernetes Clusters`, | |||
Long: `Safeguard your Kubernetes cluster effortlessly with KubeArmor CLI installation. This streamlined process equips your |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The goal of long description is to explain about how KubeArmor autodetects environment and installs things accordingly.
As well explain different ways to use it
karmor install --save
karmor install --env=
or passing namespace.
Let's keep the description as functional as possible.
…o 15ad34e Signed-off-by: Harisudarsan <[email protected]>
Signed-off-by: Harisudarsan <[email protected]>
Signed-off-by: Harisudarsan <[email protected]>
Signed-off-by: Rahul Jadhav <[email protected]> Signed-off-by: Harisudarsan <[email protected]>
Signed-off-by: Rahul Jadhav <[email protected]> Signed-off-by: Harisudarsan <[email protected]>
Signed-off-by: Ankur Kothiwal <[email protected]> Signed-off-by: Harisudarsan <[email protected]>
Signed-off-by: Ankur Kothiwal <[email protected]> Signed-off-by: Harisudarsan <[email protected]>
Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]> Signed-off-by: Harisudarsan <[email protected]>
Signed-off-by: Aryan-sharma11 <[email protected]> Signed-off-by: Harisudarsan <[email protected]>
Changed the long description as mentioned in the pr Signed-off-by: Harisudarsan <[email protected]>
Signed-off-by: Harisudarsan <[email protected]>
3202dcb
to
e413478
Compare
I am closing this and creating a new pr i did some problems in my local repo |
This PR solves the issue #376 by adding a long description for install command.