feat: openports
This commit is contained in:
@@ -21,7 +21,7 @@ var (
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "playbookctl",
|
||||
Short: "Ansible Playbook Dedic2 Control",
|
||||
Version: "4.0.3",
|
||||
Version: "4.1.0",
|
||||
RunE: func(cmd *cobra.Command, _ []string) error {
|
||||
return cmd.Help()
|
||||
},
|
||||
@@ -42,6 +42,7 @@ func init() {
|
||||
rootCmd.AddCommand(NewCommandHosts())
|
||||
rootCmd.AddCommand(NewCommandBackup())
|
||||
rootCmd.AddCommand(NewCommandRestore())
|
||||
rootCmd.AddCommand(NewCommandOpenports())
|
||||
}
|
||||
|
||||
func Execute() {
|
||||
|
||||
Reference in New Issue
Block a user