Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "smurf", Version: version, Short: "Smurf is a tool for automating common commands across Terraform, Docker, and more", Long: `Smurf is a command-line interface built with Cobra, designed to simplify and automate commands for essential tools like Terraform and Docker. It provides intuitive, unified commands to execute Terraform plans, Docker container management, and other DevOps tasks seamlessly from one interface. If you are facing issues, unable to find a command, or need help, please create an issue at: https://github.com/clouddrove/smurf/issues`, Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, Example: `smurf --help`, }
RootCmd represents the base command.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.