cache

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CacheCmd = &cobra.Command{
	Hidden: true,
	Use:    "cache",
	Short:  "",
	Long:   "",
	Run:    listInvalidations,
}

CacheCmd - `iron cache`

View Source
var CreateCmd = &cobra.Command{
	Use:   "create",
	Short: "Purge the cache",
	Long:  "Purge the cache for an environment",
	Run:   create,
}

CreateCmd - `iron cache invalidation create`

View Source
var InvalidationCmd = &cobra.Command{
	Hidden: true,
	Use:    "invalidation",
	Short:  "",
	Long:   "",
	Run:    listInvalidations,
}

InvalidationCmd - `iron cache invalidation`

View Source
var ListInvalidationsCmd = &cobra.Command{
	Use:   "list",
	Short: "List of cache invalidations",
	Long:  "List of cache invalidations for an environment",
	Run:   listInvalidations,
}

ListInvalidationsCmd - `iron cache invalidation list`

View Source
var ShowInvalidationCmd = &cobra.Command{
	Use:   "show [name]",
	Short: "Show status of a single cache invalidation",
	Long:  "Show status of a single cache invalidation",
	Run:   showInvalidation,
}

ShowInvalidationCmd - `iron cache invalidation show [name]`

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