Getting started

How to install, configure and update Digibeectl.

Download the installation file

Follow the next steps to get the installation file:

  1. Log in to Digibee Integration Platform

  2. Click on Administration button

  3. Click in Digibeectl in the menu on the left side of the screen

  4. Click in the Create button

  5. Click in the Create button

  6. Give your token a title

  7. Add a list of permissions this token will get.

  8. Set an expiration period for your token. The period ranges from 1 hour to 1 year.

  9. Save your permissions list and expiration period.

  10. Copy the Encryption key generated by the Platform using the copy button and save ii to further use. Then, create the file password.

  11. Save and download the file.

Run the installation

Digibeectl is available as a ‘tar.gz’ file for MacOs and Linux.

Windows is not supported.

To install the file, open a terminal window and run the command line below:

curl -s https://storage.googleapis.com/digibee-release-test/releases/install.sh | bash

Use the following command line after install Digibeectl. Replace the words "encryption key" and "encyption password" by the data you set before:

digibeectl set config --file "path/file.json" --secret-key "encyption-key" --auth-key "encryption-password"

Download the updates

To update Digibeectl, run the installation line again. To do this, open a terminal window and type:

curl -s https://storage.googleapis.com/digibee-release-test/releases/install.sh | bash

Last updated