Synopsis |
ceylon config [--cwd=<dir>] [--file=<file>] [--local] [--system] [--user] [--verbose[=<flags>]] keystore [--store-password[=<value>]] get-password [--] <alias> |
ceylon config [--cwd=<dir>] [--file=<file>] [--local] [--system] [--user] [--verbose[=<flags>]] keystore [--store-password[=<value>]] set-password [--] <alias> [<password>] |
ceylon config [--cwd=<dir>] [--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. Setting names are of form The
|
EXAMPLE |
The following would list the settings active from within the current folder:
This reads a named setting:
This writes a named setting:
|