Synopsis | 
ceylon config  [--cwd=<dir>] [--define=<key>=<value>...] [--file=<file>] [--local] [--system] [--user] [--verbose[=<flags>]] keystore [--store-password[=<value>]] get-password [--] <alias> | 
ceylon config  [--cwd=<dir>] [--define=<key>=<value>...] [--file=<file>] [--local] [--system] [--user] [--verbose[=<flags>]] keystore [--store-password[=<value>]] set-password [--] <alias> [<password>] | 
ceylon config  [--cwd=<dir>] [--define=<key>=<value>...] [--file=<file>] [--local] [--system] [--user] [--verbose[=<flags>]] keystore [--store-password[=<value>]] unset-password [--] <alias> | 
Description | 
Can be used to list, update and remove settings in Ceylon's configuration files. The 
 | 
EXAMPLE | 
The following would list the settings active from within the current folder: 
 |