cache

package
v0.31.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package cache implements the `alzlibtool cache` CLI commands for creating and inspecting built-in policy definition caches.

Index

Constants

This section is empty.

Variables

View Source
var CacheBaseCmd = cobra.Command{
	Use:   "cache",
	Short: "Manage built-in policy definition caches.",
	Long:  `Create and inspect caches of built-in Azure policy definitions and policy set definitions.`,
	Run: func(cmd *cobra.Command, _ []string) {
		cmd.PrintErrf("%s cache command: missing required child command\n", cmd.ErrPrefix())
		cmd.Usage()
		os.Exit(1)
	},
}

CacheBaseCmd is the parent command for cache operations.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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