ficsit-cli-flake/docs/ficsit.md
D. Moonfire 9045893b1d
Some checks failed
push / Build (push) Has been cancelled
push / Lint (push) Has been cancelled
push / Test (push) Has been cancelled
chore: added it as an injectable flake
2024-10-21 22:42:38 -05:00

35 lines
1.7 KiB
Markdown

## ficsit
cli mod manager for satisfactory
### Options
```
--api-base string URL for API (default "https://api.ficsit.app")
--api-key string API key to use when sending requests
--cache-dir string The cache directory (default "/home/{{Username}}/.cache/ficsit")
--concurrent-downloads int Maximum number of concurrent downloads (default 5)
--dry-run Dry-run. Do not save any changes
--graphql-api string Path for GraphQL API (default "/v2/query")
-h, --help help for ficsit
--installations-file string The installations file (default "installations.json")
--local-dir string The local directory (default "/home/{{Username}}/.local/share/ficsit")
--log string The log level to output (default "info")
--log-file string File to output logs to
--offline Whether to only use local data
--pretty Whether to render pretty terminal output (default true)
--profiles-file string The profiles file (default "profiles.json")
--quiet Do not log anything to console
```
### SEE ALSO
- [ficsit apply](ficsit_apply.md) - Apply profiles to all installations
- [ficsit cli](ficsit_cli.md) - Start interactive CLI (default)
- [ficsit installation](ficsit_installation.md) - Manage installations
- [ficsit profile](ficsit_profile.md) - Manage profiles
- [ficsit search](ficsit_search.md) - Search mods
- [ficsit smr](ficsit_smr.md) - Manage mods on SMR
- [ficsit version](ficsit_version.md) - Print current version information
###### Auto generated by spf13/cobra on 7-Dec-2023