Releases: Kvindo/kc-cli
Releases · Kvindo/kc-cli
Release list
v1.0.2
kc v1.0.2
- Add
kc config import-kcc <file>: batch-import every account from a downloaded.kcccredentials file as its own local profile in one command, without touching any existing profile. Unlock-password decryption runs entirely client-side — the password is never sent to the server. See the README's "Importing a .kcc credentials file" section.
v1.0.1
Changes since v1.0.0
kc versionnow reports only the client version (dropped the "kc server" line).- Request timeout raised 60s → 88s to accommodate slower server responses; after a timeout occurs, remaining retry attempts are capped at 2 (previously up to 4) to avoid a multi-minute worst case.
- README badges/keyword tagline, MIT LICENSE.
kc v1.0.0
kubectl-style CLI for Kvindo Cloud.
Install
- Linux/macOS:
curl -fsSL https://raw.githubusercontent.com/Kvindo/kc-cli/main/install.sh | sh - Windows (PowerShell):
irm https://raw.githubusercontent.com/Kvindo/kc-cli/main/install.ps1 | iex
Or download the binary for your platform below. See the README. Default server: https://cloud-api.kvindo.com.