Skip to main content

3 posts tagged with "cli"

View All Tags

New Command: Release Pull

· One min read
Skpr Platform Team
Platform Engineering

Overview

In release v1.5.0, we've added a new command to the Skpr command-line interface (CLI): release pull.

This command pulls the packaged container images created by the skpr package command, so development teams can pull and debug the packaged application artefacts directly. To use it, run:

$ skpr release pull ENVIRONMENT

CLI v1.0.0

· One min read
Skpr Platform Team
Platform Engineering

Overview

We’re excited to announce the v1.0.0 release of the Skpr CLI, a major milestone in the project’s journey.

Representing the culmination of years of work, this version lays the groundwork for continued improvement and collaboration in our public GitHub repository.

github.com/skpr/cli

Highlights

  • New CLI Framework: Built on Cobra for a more consistent and intuitive command experience.
  • Improved Styling: A refreshed, colourful help screen now welcomes you with clear examples and neatly grouped commands for easier navigation.
  • Open Source: Fully available and maintained on GitHub.
  • API Integration: Connected with our new open-source API definition — skpr/api.

Upgrading

Skpr CLI v1.0.0 is available through all existing upgrade paths. Follow the installation or upgrade instructions here:

docs.skpr.io/install

Enhanced CLI resilience for backup and restore operations

· One min read
Skpr Platform Team
Platform Engineering

Overview

The Skpr command line interface (CLI) is now more resilient during backup and restore operations, even in challenging conditions such as:

  • Connectivity interruptions
  • Cluster upgrades

To prevent transient errors from causing CI/CD pipeline failures, the CLI now features a retry and backoff mechanism that maintains stability throughout these processes.