kspacr Icon

Introduction

CLI Installation

Utilize the kspacr CLI (Command Line Interface) to seamlessly manage your Serverless Kubernetes resources right from your terminal. The CLI offers a powerful and efficient way to interact with the kspacr platform, enabling you to handle various tasks and configurations through simple commands.


macOS

Install the latest version of the kspacr CLI on macOS using Homebrew:

brew install kspacr

Windows

Install the latest version of the kspacr CLI on Windows ...

... using PowerShell (Windows):

iwr https://kspacr.com/install.ps1 -useb | iex

... using Scoop:

scoop bucket add kspacr https://github.com/kspacr/scoop-kspacr-cli.git
scoop install kspacr/kspacr

Install Script

Install the latest version on macOS, Linux and Windows WSL using the install script:

curl -L https://kspacr.com/install.sh | sh

When you install the kspacr CLI with curl, it's essential to make it accessible from anywhere in your terminal. The install script will give you some text to add to a special configuration file for your shell (like .bashrc or .zshrc). Just copy that text from the output and paste it into the file. Once you've done this, you can run kspacr commands no matter what folder you're in.


Download from GitHub

The CLI can be installed from pre-compiled binaries for macOS (darwin), Linux and Windows. You can download the appropriate version from the GitHub Releases page.

Previous
What is kspacr?