wfcli parses commands, submits typed requests to wfdaemon, and formats replies. Fetching,
persistence, query execution, and planning remain daemon-owned.
Focused commands provide common Warframe views without query syntax:
wfcli fissures
wfcli alerts --watch
wfcli sorties
wfcli baro inventory
wfcli teshin
wfcli archimedeaCatalog and account commands search one domain with domain-specific output:
wfcli mods toxin
wfcli items braton
wfcli codex 'critical chance'
wfcli enemies corrupted
wfcli drops serration
wfcli market 'saryn prime set'
wfcli player
wfcli diagnostics unresolvedAdvanced operations have dedicated guides:
queryandwatch: cross-dataset expressions and subscriptionsforma-planandvisualize: polarity planningdaemon: service lifecycle and updatescompanion: game observer and overlay controlmcp: structured stdio integration
Run wfcli help commands for every focused worldstate command.
Help is contextual; these forms are equivalent:
wfcli help daemon autostart
wfcli daemon autostart help
wfcli daemon autostart --help
wfcli daemon autostart -hCommands narrow an operation. Options modify it. Where both forms improve shell use, both are accepted:
wfcli baro inventory
wfcli baro --inventory
wfcli archimedea deep
wfcli archimedea --deepStaged and packaged builds include lazy bash-completion files. Install a user copy when running the escript directly or overriding a packaged completion:
wfcli completion install
wfcli completion status
wfcli completion uninstallUse --dir PATH for another completion directory. Bash 5.3 or newer and bash-completion are
required. Rerun install after updating a direct escript. For one shell:
source <(wfcli completion bash)The generated function contains all candidates. Shell startup and Tab completion do not start an Erlang VM.
wfcli paths
wfcli paths --apps
wfcli paths wfdaemon
wfcli paths wfgui
wfcli companion pathsThe default report merges all managed XDG directories into one filesystem tree without creating
them. A symlink is rendered as name -> target, with logical descendants nested below it. Use
--apps to group paths by owning application, or name one application to inspect it alone.
wfcli notifications status
wfcli notifications off
wfcli notifications on
wfcli notifications persistenton watches while at least one wfgui connection is open. persistent watches whenever
wfdaemon is running. The setting is shared with the desktop GUI and persists across restarts.