Skip to content

v0.1.5-beta - Early rabbit version

Pre-release
Pre-release
Compare
Choose a tag to compare
@DKFN DKFN released this 31 Mar 12:28
· 50 commits to master since this release

Hi Again !

This release includes a bugfix:

  • Non recursive cp commands used to trigger the stuckWatcher, preventing process to return as they do not use the scheduler nor update the status object.

Install

Installation procedures have been updated in the docs: https://dkfn.github.io/bunnycdn-cli/docs/install

Update

NPM

If you use NPM, you only have to run this command to auto update:

npm install -g bnycdn

Ubuntu

You need to run an install over the previously installed version.

AMD64

wget http://cdn.infra.tetel.in/bunnycdn-cli/nightly/deb/bnycdn_0.1.5-1_amd64.deb
sudo dpkg -i bnycdn_0.1.5-1_amd64.deb 

ARM

wget http://cdn.infra.tetel.in/bunnycdn-cli/nightly/deb/bnycdn_0.1.5-1_armel.deb
sudo dpkg -i bnycdn_0.1.5-1_armel.deb 

Have a great sunday :)