Releases: bos-cli-rs/bos-cli-rs
Releases · bos-cli-rs/bos-cli-rs
0.3.19 - 2024-12-19
Release Notes
Other
- updates near-* dependencies to 0.28 release (#105)
Install bos-cli 0.3.19
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.19/bos-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.19/bos-cli-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install bos-cli@0.3.19
Download bos-cli 0.3.19
0.3.18 - 2024-11-19
Release Notes
Other
- updates near-* dependencies to 0.27 release (#104)
- Updated near-* dependencies to 0.26 release (#102)
Install bos-cli 0.3.18
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.18/bos-cli-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.18/bos-cli-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install bos-cli@0.3.18
Download bos-cli 0.3.18
0.3.17 - 2024-09-03
Release Notes
Added
- Added TEACH-ME mode (activate it with
bos --teach-me
) (#101)
Other
- devcontainer and deployment e2e test (#99)
Install bos-cli 0.3.17
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.17/bos-cli-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.17/bos-cli-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install bos-cli@0.3.17
Download bos-cli 0.3.17
0.3.16 - 2024-08-21
Release Notes
Other
- Updated near-* dependencies to the latest versions (nearcore crates 0.24.1 and near-cli-rs 0.14.1) (#98)
- updated deps to 0.23 version (#96)
Install bos-cli 0.3.16
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.16/bos-cli-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.16/bos-cli-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install bos-cli@0.3.16
Download bos-cli 0.3.16
0.3.15 - 2024-06-21
Release Notes
Fixed
- Brings support for deploying nested folders on Windows (account for \ path delimiter) (#94)
- Updated the starter project template to fix links in
npm run dev
Install bos-cli 0.3.15
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.15/bos-cli-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.15/bos-cli-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install bos-cli@0.3.15
Download bos-cli 0.3.15
0.3.14 - 2024-05-28
Release Notes
Added
- Upgraded the new project template to fix multiple imports and exports in a single file and introduce Continuous Deployment workflows
Fixed
- Fixed a syntax error in CI (publish-to-npm.yml)
Install bos-cli 0.3.14
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.14/bos-cli-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.14/bos-cli-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install bos-cli@0.3.14
Download bos-cli 0.3.14
0.3.13 - 2024-02-03
Release Notes
Other
- Updated binary releases pipeline to use cargo-dist v0.9.0 (previously v0.7.2) (#91)
- Fixed NPM_PACKAGE_NAME configuration in publish-to-npm.yml
- Enable manual triggering for publish-to-npm.yml
Install bos-cli 0.3.13
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.13/bos-cli-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.13/bos-cli-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install bos-cli@0.3.13
Download bos-cli 0.3.13
0.3.12 - 2024-01-30
Release Notes
Other
- Create releases using a private access token to trigger downstream workflows (publish-to-npm)
Install bos-cli 0.3.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.12/bos-cli-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.12/bos-cli-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install bos-cli@0.3.12
Download bos-cli 0.3.12
0.3.11 - 2024-01-23
Release Notes
Other
- Upgraded NEAR crates to 0.20.0 release (#88)
- Updated binary releases pipeline to use cargo-dist v0.7.2 (previously v0.1.0-prerelease.3) (#87)
- Added the documentation for
--social-db-folder
option in components subcommand (#85)
Install bos-cli 0.3.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.11/bos-cli-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.11/bos-cli-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install bos-cli@0.3.11
Download bos-cli 0.3.11
0.3.10 - 2024-01-16
Release Notes
Added
- Updated new project template ot the latest version
Install bos-cli 0.3.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.10/bos-cli-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.10/bos-cli-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install bos-cli@0.3.10
Download bos-cli 0.3.10