SAT supports specifying the version of the Configuration Framework Service (CFS)
API used by the SAT commands. By default, it uses version three (v3) of the CFS API.
Select the CFS version to use for individual commands with the --cfs-version
option. For more information on this option, see the man page for a specific
command.
Another way to change the CFS version is by configuring it under the
api_version setting in the cfs section of the SAT configuration file.
If the system is using an existing SAT configuration file from an older
version of SAT, the cfs section might not exist. In that case, add the cfs
section with the CFS version desired in the api_version setting.
Find the SAT configuration file at ~/.config/sat/sat.toml, and look for a
section like this:
[cfs]
api_version = "v3"
In this example, SAT is using CFS version "v3".
Change the line specifying the api_version to the CFS version desired (for
example, "v2").
[cfs]
api_version = "v2"
If applicable, uncomment the api_version line.
If the system is using an existing SAT configuration file from a recent
version of SAT, the api_version line might be commented out like this:
[cfs]
# api_version = "v3"
If the line is commented out, SAT will still use the default CFS
version. To ensure a different CFS version is used, uncomment the
api_version line by removing # at the beginning of the line.
default_page_size parameter, which is 1000.