Skip to content

feat: document mise configuration to install bt#269

Open
Cedric / ViaDézo1er (viadezo1er) wants to merge 2 commits into
mainfrom
cedric/mise-distribution
Open

feat: document mise configuration to install bt#269
Cedric / ViaDézo1er (viadezo1er) wants to merge 2 commits into
mainfrom
cedric/mise-distribution

Conversation

@viadezo1er

@viadezo1er Cedric / ViaDézo1er (viadezo1er) commented Jul 10, 2026

Copy link
Copy Markdown
Contributor
❯ ls -a
mise.toml
❯ cat mise.toml
[tools."github:braintrustdata/bt"]
version = "0.15.1"

# Optional, to specify the expected sha
[tools."github:braintrustdata/bt".platforms]
macos-arm64.checksum = "sha256:dca05a9d4b694c24e91e4d771d9d954fd6372079c8f72f2709f6e68478f0eb28"
macos-x64.checksum = "sha256:e81155f6d894ef44c653ced9a5b5fc9ba1a2ccc7765c41ada1e8baa345e09d2f"
linux-arm64.checksum = "sha256:1ff86377e1d6fcaccf9a6f6496a8e94eff7298f44cb98906c97518c9fa2bb73e"
linux-x64.checksum = "sha256:2fab9f8ece4ac2c66386206fa5f9d905e076da59d95e35423d641c24525740b1"
linux-x64-musl.checksum = "sha256:a33dea199b74c3282ef1aab5fab916cf9e22b5e11e396e6ef012a104c90fea1a"
windows-arm64.checksum = "sha256:2cc328337965997a23c95be20dd88318602aac76f5a35311675f416d46095771"
windows-x64.checksum = "sha256:70f7d7cfebfd978c3e475e13ac035e8931797ead33d1171073520470785f1244"
❯ mise install
github:braintrustdata/bt@0.15.1 extract bt-aarch64-apple-darwin.tar.gz                                                                        ✔
❯ type bt
bt is /Users/cedric@braintrustdata.com/.local/share/mise/installs/github-braintrustdata-bt/0.15.1/bt
❯ bt -V
bt 0.15.1

@viadezo1er Cedric / ViaDézo1er (viadezo1er) changed the title draft use mise to install bt feat: document mise configuration to install bt Jul 10, 2026
@github-actions

github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Latest downloadable build artifacts for this PR commit 35b2ca8bc122:

Available artifact names
  • artifacts-build-global
  • artifacts-build-local-aarch64-pc-windows-msvc
  • artifacts-build-local-x86_64-pc-windows-msvc
  • artifacts-build-local-x86_64-apple-darwin
  • artifacts-build-local-x86_64-unknown-linux-musl
  • artifacts-build-local-x86_64-unknown-linux-gnu
  • artifacts-build-local-aarch64-apple-darwin
  • artifacts-build-local-aarch64-unknown-linux-gnu
  • artifacts-plan-dist-manifest
  • cargo-dist-cache

@viadezo1er Cedric / ViaDézo1er (viadezo1er) force-pushed the cedric/mise-distribution branch 5 times, most recently from 9dd3e07 to 3acf6ad Compare July 10, 2026 23:32
@viadezo1er Cedric / ViaDézo1er (viadezo1er) marked this pull request as ready for review July 10, 2026 23:37
Comment thread README.md

```toml
[tools."github:braintrustdata/bt"]
version = "0.15.1"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's just pin this to latest tbh. Means readme will never get stale.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to demonstrate how to pin the sha with [tools."github:braintrustdata/bt".platforms], which is not possible to do with latest since the sha change very version.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So are you sure?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe have 2 examples, one with latest and one with a pinned version?

Comment thread README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants