Skip to content

Listing Skpr releases

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

To list all releases, use the release list command. This will show the releases that can be deployed using the Skpr CLI and their creation date.

Usage

$ skpr release list
─────────────── ─────────────────────────────── ──────────────
VERSION (4)     DATE                            ENVIRONMENTS  
─────────────── ─────────────────────────────── ──────────────
0.1.0           2024-04-26 04:56:24 +0000 UTC   dev, stg
0.0.9           2024-04-26 04:56:21 +0000 UTC   prod
0.0.8           2024-04-26 04:56:16 +0000 UTC
0.0.7           2024-04-26 04:55:47 +0000 UTC
─────────────── ─────────────────────────────── ────────────── 

More Information

$ skpr release list --help
usage: skpr release list [<flags>]

List all of an application's releases.

Flags:
  --help  Show context-sensitive help (also try --help-long and --help-man).
  --json  Print a manifest of all releases.

What's next?

After listing your application's releases, consider one of the following: