Releases: mnemoo/cli
Releases · mnemoo/cli
v1.0.0
stakecli v1.0.0
Built from commit 5eecffe on 2026-04-11T00:24:52Z.
Changelog
Other
- c8a734b: Add authentication and account management features (mnemoo 214335715+mnemoo@users.noreply.github.com)
- d949131: Add game stats retrieval and display in TUI; enhance navigation with tabbed interface for game details (mnemoo 214335715+mnemoo@users.noreply.github.com)
- 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 214335715+mnemoo@users.noreply.github.com)
- 1921d14: Add publish functionality to API client and TUI; implement publish request handling and integrate with game detail screen for improved user experience (mnemoo 214335715+mnemoo@users.noreply.github.com)
- f97be12: Add team and game management screens to TUI; implement API client initialization and navigation logic (mnemoo 214335715+mnemoo@users.noreply.github.com)
- af57f29: Add upload functionality to TUI; implement upload request handling and integrate with game detail screen (mnemoo 214335715+mnemoo@users.noreply.github.com)
- 8ac1d4d: CI/CD (mnemoo 214335715+mnemoo@users.noreply.github.com)
- 638eb54: FMT and fix (mnemoo 214335715+mnemoo@users.noreply.github.com)
- f3e394d: LICENCE+README (mnemoo 214335715+mnemoo@users.noreply.github.com)
- 5c2769a: Mock Updates (mnemoo 214335715+mnemoo@users.noreply.github.com)
- bc85b69: Online (mnemoo 214335715+mnemoo@users.noreply.github.com)
- 0c298b9: Refactor API base URL handling to support environment variable configuration; enhance error messaging for authentication in upload process (mnemoo 214335715+mnemoo@users.noreply.github.com)
- c756491: Update service (mnemoo 214335715+mnemoo@users.noreply.github.com)
- 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 214335715+mnemoo@users.noreply.github.com)
- 0d4f2d2: initial (mnemoo 214335715+mnemoo@users.noreply.github.com)
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.debLinux (RHEL/Fedora):
sudo rpm -i https://github.com/mnemoo/cli/releases/download/v1.0.0/stakecli_1.0.0_linux_amd64.rpmmacOS (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/stakecliWindows: 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.