Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "virak-cli", Short: "A command-line interface for interacting with the Virak Cloud API, built with the Go programming language.", Long: `The vk-cloud CLI is a command-line interface that allows you to manage your Virak Cloud resources directly from your terminal.`, PersistentPreRun: func(cmd *cobra.Command, args []string) { if !disableLog { logger.InitLogger() } }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package instance provides commands for managing instances.
|
Package instance provides commands for managing instances. |
Click to show internal directories.
Click to hide internal directories.