Purge
Skpr provides all environments with an isolated CDN instance for caching.
Development teams require the ability to purge these caches when:
- Deploying a new version of an application eg. New theming elements which need to be updated immediately.
- Debugging edge caching issues
Skpr provides development teams with a command for creating and listing these purge interactions.
Usage
Create
Creates a purge request for path(s).
# Single path. $ skpr purge create dev /foo # Multiple paths. $ skpr purge create dev /foo /bar # All paths. $ skpr purge create dev "/*"
List
Displays all recent purge requests for an environment.
$ skpr purge list dev