Skip to content

Cannot install mods without the TUI #72

@icosamuel

Description

@icosamuel

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 directly to an installation. So far I've got

FROM wolveix/satisfactory-server:latest

RUN apt update \
    && apt install -y wget \
    && rm -rf /var/lib/apt/lists/*

RUN wget https://github.com/satisfactorymodding/ficsit-cli/releases/latest/download/ficsit_linux_amd64 \
    && chmod +x ficsit_linux_amd64 \
    && mv ficsit_linux_amd64 /usr/bin/ficsit

RUN ficsit installation add ./gamefiles \
    && ficsit profile new monitoring

but Then, there are no documented options to:
Image

Here's the discord thread for cross-reference

Version

0.6.0

What OS are you seeing the problem on?

Linux

What architecture are you seeing the problem on?

amd64

Relevant log output

No response

Any extra info:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    📋 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions