When in the SBT console, to list all definable settings for a project:
settings
Or, to get a subproject's (for example, named webapp
) settings:
project webapp
settings
The first line above navigates into the specific subproject.
To show the value of a specific setting (for instance, organization
):
show organization
This will display the value of that setting.