# Functions
Create404Error creates an error with a status code of 404.
CreateResource creates a generic resource with the given resource type and name, and sets the ID, Name, Type and Location fields.
// CreateResourceGroup creates a ResourceGroupResource object with the given name and a generated ID.
LoadConfig reads a YAML configuration from a string and returns a Viper object.
LoadConfigWithWorkspace loads a config with a workspace and returns a viper instance.
LoadEmptyConfig creates a viper instance with an empty workspaces configuration.
NewCLI creates a new CLI instance with the given testing.T and config file path.
SharedCommandValidation tests that the command created by the factory function has all the required fields set.
SharedValidateValidation runs a series of tests to validate command line arguments and flags, and returns an error if validation fails.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author