Contexts

Contexts are the credentials for the different projects you have admin access to. You can store as many different contexts as you like here.

By default, this is installed here:

C:\Users\USER\.aluma\contexts.yaml

and is populated as such:

current-context: live-project-1
contexts:
- name: example-eu-account
  url: https://api.aluma.io
  id: EXAMPLE_ID_1
  secret: EXAMPLE_SECRET_1
- name: dev
  url: https://api.us.aluma.io
  id: EXAMPLE_ID_2
  secret: EXAMPLE_SECRET_2

The id and secret can be generated on the Developers page.

The current context is used by the file-system-agent stored at the same level as the contexts file.

📘

Top Tip - Multiple FSA Instances

Since the FSA only feeds on the contexts file held at the same level as the .exe, you can have multiple versions of the .exe file and contexts in different locations. This can allow for multiple instances of FSA to run simultaneously.