1.4.1 • Published 4 years ago
bitloops-cli v1.4.1
bitloops-cli
Installation
npm
npm install -g bitloops-cliYarn
yarn global add bitloops-cliRun
Login
bitloops loginBitloops Installation
Local machine with tunnelling
bitloops install -n "<Workspace Name>"Server with static IP
bitloops install -n "<Workspace Name>" -h <HOST_NAME or IP>Tunnelling
bitloops tunnel -w "<Workspace Id>"Watching for Workflow Changes
Currently only working with TypeScript
bitloops watch -w <Workflow ID>On Linux
Currently this library uses libsecret so you may need to install it before running.
Depending on your distribution, you will need to run the following command:
- Debian/Ubuntu:
sudo apt-get install libsecret-1-dev - Red Hat-based:
sudo yum install libsecret-devel - Arch Linux-based:
sudo pacman -S libsecretsudo pacman -S gnome-keyring
Local Development
To run the bitloops-cli:
- yarn
- yarn install:local
- e.g. bitloops login
Create executable (for macos-x64)
npm install -g pkg
pkg .
# Move executable created inside your apps folder (in Finder)
bitloops loginLicense
The Bitloops CLI is fair-code distributed under Apache 2.0 with Commons Clause license.