ficsit-cli-flake/docs/ficsit_installation.md

40 lines
1.8 KiB
Markdown
Raw Normal View History

2022-06-08 20:56:32 +00:00
## ficsit installation
Manage installations
### Options
```
-h, --help help for installation
```
### Options inherited from parent commands
```
--api-base string URL for API (default "https://api.ficsit.app")
2022-10-14 16:11:16 +00:00
--api-key string API key to use when sending requests
2022-06-08 20:56:32 +00:00
--cache-dir string The cache directory (default "/home/vilsol/.cache/ficsit")
--concurrent-downloads int Maximum number of concurrent downloads (default 5)
2022-06-08 20:56:32 +00:00
--dry-run Dry-run. Do not save any changes
--graphql-api string Path for GraphQL API (default "/v2/query")
--installations-file string The installations file (default "installations.json")
--local-dir string The local directory (default "/home/vilsol/.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
2022-06-08 20:56:32 +00:00
--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](ficsit.md) - cli mod manager for satisfactory
* [ficsit installation add](ficsit_installation_add.md) - Add an installation
* [ficsit installation ls](ficsit_installation_ls.md) - List all installations
* [ficsit installation remove](ficsit_installation_remove.md) - Remove an installation
* [ficsit installation set-profile](ficsit_installation_set-profile.md) - Change the profile of an installation
* [ficsit installation set-vanilla](ficsit_installation_set-vanilla.md) - Set the installation to vanilla mode or not
2022-06-08 20:56:32 +00:00
###### Auto generated by spf13/cobra on 7-Dec-2023