search hotlink icon profile hotlink icon
Package avatar Public | 1.1.x - 1.x.x

On This Page

Config Command

The config command lets you interact with the user's config.json file, which is applied on top of the persistence layer. Running it without arguments displays all current entries:

                fusion config
            

Add or Update an Entry

Providing a key-value argument adds a new entry or updates an existing one:

                fusion config hub.apis.valvoid\.com.tokens=AAT-tBrEZ...
            

Note

Escape dots in keys using \..

Remove an Entry

Providing a key without a value removes the entry:

                fusion config hub.apis.valvoid\.com.tokens=
            

Complex Changes

For advanced configuration, it's easier to edit the file directly. For details, see the example pages, such as Tokens and Custom APIs.