Compile agent
The client can recompile agents for different platforms and architectures.
tealc compile (--id [ID]) (-O [OS]) (-A [ARCH])
The ARCH flag can be:
amd64arm64arm386
The OS flag can be:
darwinlinuxwindows
Compile the agent with custom default values
- Generate the configuration file:
tealc compile --drop-env > ./env.txt
This configuration file can then be modified to set custom defaults before recompilation.
tealc compile --env [/PATH/TO/ENV]