1.4.1 • Published 3 years ago

bitloops-cli v1.4.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

bitloops-cli

Installation

npm

npm install -g bitloops-cli

Yarn

yarn global add bitloops-cli

Run

Login

bitloops login

Bitloops 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 libsecret
    • sudo pacman -S gnome-keyring

Local Development

To run the bitloops-cli:

  1. yarn
  2. yarn install:local
  3. e.g. bitloops login

Create executable (for macos-x64)

npm install -g pkg

pkg .

# Move executable created inside your apps folder (in Finder)

bitloops login

License

The Bitloops CLI is fair-code distributed under Apache 2.0 with Commons Clause license.

1.4.1

3 years ago

1.3.2

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago