azcli

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateCommandExecutorFunc

func CreateCommandExecutorFunc(cmd string) tools.CommandExecutorFunc

CreateCommandExecutorFunc creates a CommandExecutor for a specific az command

Types

type AzExecutor

type AzExecutor struct{}

AzExecutor implements the CommandExecutor interface for az commands

func NewExecutor

func NewExecutor() *AzExecutor

NewExecutor creates a new AzExecutor instance

func (*AzExecutor) Execute

func (e *AzExecutor) Execute(params map[string]interface{}, cfg *config.ConfigData) (string, error)

Execute handles general az command execution

func (*AzExecutor) ExecuteSpecificCommand

func (e *AzExecutor) ExecuteSpecificCommand(cmd string, params map[string]interface{}, cfg *config.ConfigData) (string, error)

ExecuteSpecificCommand executes a specific az command with the given arguments

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL