Quick Start
Beam is a flexible agent that is designed to run on servers, desktop machines, embedded computers, and any other general purpose computer. Linux, Mac, and Windows is supported.
Install (Linux / Mac)
Beam is hosted from a private artifact repository. Please reach out to your team at Somewear to get an username and password for the artifact repository.
Download Beam to ~/bin
:
Make binary executable:
Run help command to verify installation:
Configuration
To configure Beam, you'll need to create a beam.properties
file. The first property we'll add will be your core-artifact-credentials
. This will allow you to update Beam from the command line as new versions are released.
Create your beam.properties file
Create a Somewear config directory if it doesn't exist already:
Within that directory, add the beam.properties
file:
Add the core artifact credentials to your beam.properties
file:
Authentication
To leverage the Somewear Grid APIs you will need to provision an API key. Beam retrieves this API key from your beam.properties
file.
Create your API key
An API key can be provisioned from the Somewear Grid Web App within your organization admin portal. You will find API key management under the "API Keys" section at https://somewear.app/app/settings/organization/settings.
Add the API key to your beam.properties
file:
Fetch Workspaces
The core work group in Somewear is a workspace. Beam allows to you retrieve the list of workspaces the Beam identity is active in from the command line:
Send a Message
A core feature of Somewear is chat. Beam allows you to send chat messages from the command line:
Last updated