Skip to main content

2 posts tagged with "cli"

View All Tags

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.