Skip to content

Releases: forkspacer/cli

Release v0.1.9

29 Oct 10:27

Choose a tag to compare

Installation

macOS (Apple Silicon)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.9/forkspacer-darwin-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

macOS (Intel)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.9/forkspacer-darwin-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (amd64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.9/forkspacer-linux-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (arm64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.9/forkspacer-linux-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Windows

Download forkspacer-windows-amd64.zip, extract, and add to your PATH.

Using install script (macOS/Linux)

curl -sSL https://raw.githubusercontent.com/forkspacer/cli/main/scripts/install.sh | bash

Verify Installation

forkspacer version

Quick Start

# List workspaces
forkspacer workspace list

# Create a new workspace
forkspacer workspace create dev-env

# Create with auto-hibernation
forkspacer workspace create dev-env \
  --hibernation-schedule "0 18 * * *" \
  --wake-schedule "0 8 * * *"

# Enable shell completion
forkspacer completion zsh > /usr/local/share/zsh/site-functions/_forkspacer

What's Included

  • Complete workspace management (create, list, get, delete, hibernate, wake)
  • Beautiful terminal output with colors and progress indicators
  • Client-side validation for fast feedback
  • Shell completion (bash, zsh, fish, powershell)
  • Direct Kubernetes integration

Documentation

Checksums

See checksums.txt for SHA256 checksums of all binaries.

Release v0.1.8

25 Oct 21:14
b15a706

Choose a tag to compare

Installation

macOS (Apple Silicon)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.8/forkspacer-darwin-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

macOS (Intel)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.8/forkspacer-darwin-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (amd64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.8/forkspacer-linux-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (arm64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.8/forkspacer-linux-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Windows

Download forkspacer-windows-amd64.zip, extract, and add to your PATH.

Using install script (macOS/Linux)

curl -sSL https://raw.githubusercontent.com/forkspacer/cli/main/scripts/install.sh | bash

Verify Installation

forkspacer version

Quick Start

# List workspaces
forkspacer workspace list

# Create a new workspace
forkspacer workspace create dev-env

# Create with auto-hibernation
forkspacer workspace create dev-env \
  --hibernation-schedule "0 18 * * *" \
  --wake-schedule "0 8 * * *"

# Enable shell completion
forkspacer completion zsh > /usr/local/share/zsh/site-functions/_forkspacer

What's Included

  • Complete workspace management (create, list, get, delete, hibernate, wake)
  • Beautiful terminal output with colors and progress indicators
  • Client-side validation for fast feedback
  • Shell completion (bash, zsh, fish, powershell)
  • Direct Kubernetes integration

Documentation

Checksums

See checksums.txt for SHA256 checksums of all binaries.

Release v0.1.7

19 Oct 18:42

Choose a tag to compare

Installation

macOS (Apple Silicon)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.7/forkspacer-darwin-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

macOS (Intel)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.7/forkspacer-darwin-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (amd64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.7/forkspacer-linux-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (arm64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.7/forkspacer-linux-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Windows

Download forkspacer-windows-amd64.zip, extract, and add to your PATH.

Using install script (macOS/Linux)

curl -sSL https://raw.githubusercontent.com/forkspacer/cli/main/scripts/install.sh | bash

Verify Installation

forkspacer version

Quick Start

# List workspaces
forkspacer workspace list

# Create a new workspace
forkspacer workspace create dev-env

# Create with auto-hibernation
forkspacer workspace create dev-env \
  --hibernation-schedule "0 18 * * *" \
  --wake-schedule "0 8 * * *"

# Enable shell completion
forkspacer completion zsh > /usr/local/share/zsh/site-functions/_forkspacer

What's Included

  • Complete workspace management (create, list, get, delete, hibernate, wake)
  • Beautiful terminal output with colors and progress indicators
  • Client-side validation for fast feedback
  • Shell completion (bash, zsh, fish, powershell)
  • Direct Kubernetes integration

Documentation

Checksums

See checksums.txt for SHA256 checksums of all binaries.

Release v0.1.6

19 Oct 08:13

Choose a tag to compare

Installation

macOS (Apple Silicon)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.6/forkspacer-darwin-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

macOS (Intel)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.6/forkspacer-darwin-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (amd64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.6/forkspacer-linux-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (arm64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.6/forkspacer-linux-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Windows

Download forkspacer-windows-amd64.zip, extract, and add to your PATH.

Using install script (macOS/Linux)

curl -sSL https://raw.githubusercontent.com/forkspacer/cli/main/scripts/install.sh | bash

Verify Installation

forkspacer version

Quick Start

# List workspaces
forkspacer workspace list

# Create a new workspace
forkspacer workspace create dev-env

# Create with auto-hibernation
forkspacer workspace create dev-env \
  --hibernation-schedule "0 18 * * *" \
  --wake-schedule "0 8 * * *"

# Enable shell completion
forkspacer completion zsh > /usr/local/share/zsh/site-functions/_forkspacer

What's Included

  • Complete workspace management (create, list, get, delete, hibernate, wake)
  • Beautiful terminal output with colors and progress indicators
  • Client-side validation for fast feedback
  • Shell completion (bash, zsh, fish, powershell)
  • Direct Kubernetes integration

Documentation

Checksums

See checksums.txt for SHA256 checksums of all binaries.

Release v0.1.5

18 Oct 15:07

Choose a tag to compare

Installation

macOS (Apple Silicon)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.5/forkspacer-darwin-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

macOS (Intel)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.5/forkspacer-darwin-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (amd64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.5/forkspacer-linux-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (arm64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.5/forkspacer-linux-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Windows

Download forkspacer-windows-amd64.zip, extract, and add to your PATH.

Using install script (macOS/Linux)

curl -sSL https://raw.githubusercontent.com/forkspacer/cli/main/scripts/install.sh | bash

Verify Installation

forkspacer version

Quick Start

# List workspaces
forkspacer workspace list

# Create a new workspace
forkspacer workspace create dev-env

# Create with auto-hibernation
forkspacer workspace create dev-env \
  --hibernation-schedule "0 18 * * *" \
  --wake-schedule "0 8 * * *"

# Enable shell completion
forkspacer completion zsh > /usr/local/share/zsh/site-functions/_forkspacer

What's Included

  • Complete workspace management (create, list, get, delete, hibernate, wake)
  • Beautiful terminal output with colors and progress indicators
  • Client-side validation for fast feedback
  • Shell completion (bash, zsh, fish, powershell)
  • Direct Kubernetes integration

Documentation

Checksums

See checksums.txt for SHA256 checksums of all binaries.

Release v0.1.4

16 Oct 17:35

Choose a tag to compare

Installation

macOS (Apple Silicon)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.4/forkspacer-darwin-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

macOS (Intel)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.4/forkspacer-darwin-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (amd64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.4/forkspacer-linux-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (arm64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.4/forkspacer-linux-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Windows

Download forkspacer-windows-amd64.zip, extract, and add to your PATH.

Using install script (macOS/Linux)

curl -sSL https://raw.githubusercontent.com/forkspacer/cli/main/scripts/install.sh | bash

Verify Installation

forkspacer version

Quick Start

# List workspaces
forkspacer workspace list

# Create a new workspace
forkspacer workspace create dev-env

# Create with auto-hibernation
forkspacer workspace create dev-env \
  --hibernation-schedule "0 18 * * *" \
  --wake-schedule "0 8 * * *"

# Enable shell completion
forkspacer completion zsh > /usr/local/share/zsh/site-functions/_forkspacer

What's Included

  • Complete workspace management (create, list, get, delete, hibernate, wake)
  • Beautiful terminal output with colors and progress indicators
  • Client-side validation for fast feedback
  • Shell completion (bash, zsh, fish, powershell)
  • Direct Kubernetes integration

Documentation

Checksums

See checksums.txt for SHA256 checksums of all binaries.

Release v0.1.3

10 Oct 20:04

Choose a tag to compare

Installation

macOS (Apple Silicon)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.3/forkspacer-darwin-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

macOS (Intel)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.3/forkspacer-darwin-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (amd64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.3/forkspacer-linux-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (arm64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.3/forkspacer-linux-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Windows

Download forkspacer-windows-amd64.zip, extract, and add to your PATH.

Using install script (macOS/Linux)

curl -sSL https://raw.githubusercontent.com/forkspacer/cli/main/scripts/install.sh | bash

Verify Installation

forkspacer version

Quick Start

# List workspaces
forkspacer workspace list

# Create a new workspace
forkspacer workspace create dev-env

# Create with auto-hibernation
forkspacer workspace create dev-env \
  --hibernation-schedule "0 18 * * *" \
  --wake-schedule "0 8 * * *"

# Enable shell completion
forkspacer completion zsh > /usr/local/share/zsh/site-functions/_forkspacer

What's Included

  • Complete workspace management (create, list, get, delete, hibernate, wake)
  • Beautiful terminal output with colors and progress indicators
  • Client-side validation for fast feedback
  • Shell completion (bash, zsh, fish, powershell)
  • Direct Kubernetes integration

Documentation

Checksums

See checksums.txt for SHA256 checksums of all binaries.

Release v0.1.2

10 Oct 19:24

Choose a tag to compare

Installation

macOS (Apple Silicon)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.2/forkspacer-darwin-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

macOS (Intel)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.2/forkspacer-darwin-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (amd64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.2/forkspacer-linux-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (arm64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.2/forkspacer-linux-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Windows

Download forkspacer-windows-amd64.zip, extract, and add to your PATH.

Using install script (macOS/Linux)

curl -sSL https://raw.githubusercontent.com/forkspacer/cli/main/scripts/install.sh | bash

Verify Installation

forkspacer version

Quick Start

# List workspaces
forkspacer workspace list

# Create a new workspace
forkspacer workspace create dev-env

# Create with auto-hibernation
forkspacer workspace create dev-env \
  --hibernation-schedule "0 18 * * *" \
  --wake-schedule "0 8 * * *"

# Enable shell completion
forkspacer completion zsh > /usr/local/share/zsh/site-functions/_forkspacer

What's Included

  • Complete workspace management (create, list, get, delete, hibernate, wake)
  • Beautiful terminal output with colors and progress indicators
  • Client-side validation for fast feedback
  • Shell completion (bash, zsh, fish, powershell)
  • Direct Kubernetes integration

Documentation

Checksums

See checksums.txt for SHA256 checksums of all binaries.

Release v0.1.1

10 Oct 19:06
960ce6d

Choose a tag to compare

Installation

macOS (Apple Silicon)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.1/forkspacer-darwin-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

macOS (Intel)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.1/forkspacer-darwin-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (amd64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.1/forkspacer-linux-amd64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Linux (arm64)

curl -sSL https://github.com/forkspacer/cli/releases/download/v0.1.1/forkspacer-linux-arm64.tar.gz | tar xz
sudo mv forkspacer /usr/local/bin/
forkspacer version

Windows

Download forkspacer-windows-amd64.zip, extract, and add to your PATH.

Using install script (macOS/Linux)

curl -sSL https://raw.githubusercontent.com/forkspacer/cli/main/scripts/install.sh | bash

Verify Installation

forkspacer version

Quick Start

# List workspaces
forkspacer workspace list

# Create a new workspace
forkspacer workspace create dev-env

# Create with auto-hibernation
forkspacer workspace create dev-env \
  --hibernation-schedule "0 18 * * *" \
  --wake-schedule "0 8 * * *"

# Enable shell completion
forkspacer completion zsh > /usr/local/share/zsh/site-functions/_forkspacer

What's Included

  • Complete workspace management (create, list, get, delete, hibernate, wake)
  • Beautiful terminal output with colors and progress indicators
  • Client-side validation for fast feedback
  • Shell completion (bash, zsh, fish, powershell)
  • Direct Kubernetes integration

Documentation

Checksums

See checksums.txt for SHA256 checksums of all binaries.