Skip to content

Releases: mnemoo/cli

v1.0.0

11 Apr 00:24

Choose a tag to compare

stakecli v1.0.0

Built from commit 5eecffe on 2026-04-11T00:24:52Z.

Changelog

Other

  • c8a734b: Add authentication and account management features (mnemoo [email protected])
  • d949131: Add game stats retrieval and display in TUI; enhance navigation with tabbed interface for game details (mnemoo [email protected])
  • e28a5e0: Add math compliance checks to upload process in CLI and TUI; implement user prompts for handling compliance issues and display results in a structured format (mnemoo [email protected])
  • 1921d14: Add publish functionality to API client and TUI; implement publish request handling and integrate with game detail screen for improved user experience (mnemoo [email protected])
  • f97be12: Add team and game management screens to TUI; implement API client initialization and navigation logic (mnemoo [email protected])
  • af57f29: Add upload functionality to TUI; implement upload request handling and integrate with game detail screen (mnemoo [email protected])
  • 8ac1d4d: CI/CD (mnemoo [email protected])
  • 638eb54: FMT and fix (mnemoo [email protected])
  • f3e394d: LICENCE+README (mnemoo [email protected])
  • 5c2769a: Mock Updates (mnemoo [email protected])
  • bc85b69: Online (mnemoo [email protected])
  • 0c298b9: Refactor API base URL handling to support environment variable configuration; enhance error messaging for authentication in upload process (mnemoo [email protected])
  • c756491: Update service (mnemoo [email protected])
  • 9d4d44c: chore(ci)(deps): bump actions/checkout from 4 to 6 (#5) (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
  • 0451441: chore(ci)(deps): bump actions/setup-go from 5 to 6 (#1) (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
  • 3501c4e: chore(ci)(deps): bump actions/upload-artifact from 4 to 7 (#2) (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
  • 03828ec: chore(ci)(deps): bump golangci/golangci-lint-action from 6 to 9 (#6) (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
  • 0137596: chore(ci)(deps): bump goreleaser/goreleaser-action from 6 to 7 (#4) (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
  • fb481e2: chore(deps)(deps): bump charm.land/bubbles/v2 in the charm group (#3) (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
  • 5eecffe: fix(linter) (mnemoo [email protected])
  • 0d4f2d2: initial (mnemoo [email protected])

Install

Linux (Debian/Ubuntu):

curl -LO https://github.com/mnemoo/cli/releases/download/v1.0.0/stakecli_1.0.0_linux_amd64.deb
sudo dpkg -i stakecli_1.0.0_linux_amd64.deb

Linux (RHEL/Fedora):

sudo rpm -i https://github.com/mnemoo/cli/releases/download/v1.0.0/stakecli_1.0.0_linux_amd64.rpm

macOS (Apple Silicon):

curl -L https://github.com/mnemoo/cli/releases/download/v1.0.0/stakecli_1.0.0_darwin_arm64.tar.gz | tar -xz
sudo mv stakecli /usr/local/bin/
# If macOS blocks the binary, clear the quarantine flag:
sudo xattr -d com.apple.quarantine /usr/local/bin/stakecli

Windows: download the matching .zip archive from the assets below and extract stakecli.exe.


Already installed? Run stakecli update to self-update in place.
Verify checksums with stakecli_1.0.0_checksums.txt.