Can't install mod using ficsit cli (no tui)

Using the default TUI launched when running
ficsit
without arguments, this allows me to install any mods I like.

Unfortunately, I could not make it work in a declarative way, using only a sequence of commands. My goal is to automate mod installation in my dedicated server built on this dockerfile. What I have so far:
ficsit installation add ./gamefiles
ficsit profile new <myprofile>

I can also search for the mods I want and get their uid, but there's no documented installation method :/
image.png
Solution
I found a workaround by creating the profiles json file manually https://github.com/satisfactorymodding/ficsit-cli/issues/72#issuecomment-2436314810
GitHub
What happened? In a Dockerfile, I need to be able to install mods in a description fashion. The TUI and CLI options aren't the same. I can't for example install mods on a profile, or direct...
Was this page helpful?