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.
Click to show internal directories.
Click to hide internal directories.