41 lines
1.5 KiB
Markdown
41 lines
1.5 KiB
Markdown
|
## ficsit search
|
||
|
|
||
|
Search mods
|
||
|
|
||
|
```
|
||
|
ficsit search [query] [flags]
|
||
|
```
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
--format string Order field of the search (default "list")
|
||
|
-h, --help help for search
|
||
|
--limit int Limit of the search (default 10)
|
||
|
--offset int Offset of the search
|
||
|
--order string Sort order of the search (default "desc")
|
||
|
--order-by string Order field of the search (default "last_version_date")
|
||
|
```
|
||
|
|
||
|
### Options inherited from parent commands
|
||
|
|
||
|
```
|
||
|
--api-base string URL for API (default "https://api.ficsit.app")
|
||
|
--cache-dir string The cache directory (default "/home/vilsol/.cache/ficsit")
|
||
|
--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
|
||
|
--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
|
||
|
|
||
|
###### Auto generated by spf13/cobra on 8-Jun-2022
|