mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
Added the comments for update command
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
package update
|
||||
|
||||
//This update command takes one argument for the type of OS installed(linux/windows/macos)
|
||||
//and updates to the latest kubescape release.
|
||||
//Examples:-
|
||||
// kubescape update linux
|
||||
// kubescape update windows
|
||||
// kubescape update macos
|
||||
//This update command updates to the latest kubescape release.
|
||||
//Example:-
|
||||
// kubescape update
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
Reference in New Issue
Block a user