Skip to main content

Getting information on Skpr releases

Release information is stored at the infrastructure layer when applications are packaged.

You can list what information is stored on an individual packaged version using the release info command.

Usage

$ skpr release info 0.1.0
───────── ─────────────────────────────── ────────────────────────────────────────────────────────────────────────────────────────────
VERSION DATE IMAGE
───────── ─────────────────────────────── ────────────────────────────────────────────────────────────────────────────────────────────
cli 2024-04-26 04:56:24 +0000 UTC XXXXXXXXXXXX.dkr.ecr.REGION.amazonaws.com/skpr-shared-pnx-d8/drupal-application:0.1.0-cli
fpm 2024-04-26 04:56:24 +0000 UTC XXXXXXXXXXXX.dkr.ecr.REGION.amazonaws.com/skpr-shared-pnx-d8/drupal-application:0.1.0-fpm
nginx 2024-04-26 04:56:24 +0000 UTC XXXXXXXXXXXX.dkr.ecr.REGION.amazonaws.com/skpr-shared-pnx-d8/drupal-application:0.1.0-nginx
───────── ─────────────────────────────── ────────────────────────────────────────────────────────────────────────────────────────────

More Information

$ skpr purge create --help
usage: skpr purge create [<environment>] [<paths>...]

Create a request to purge the CDN cache on a path(s).

Flags:
--help Show context-sensitive help (also try --help-long and --help-man).

Args:
[<environment>] Environment to fetch information for.
[<paths>] A list of paths to purge

What's next?

After listing information on a specific release, consider one of the following: