GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ceylon config(1) ceylon config(1)

ceylon config - Manages Ceylon configuration files


ceylon config
[--cwd=dir] [--file=file] [--local] [--system] [--user] [--verbose[=flags]] get [--] {key}

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}

ceylon config
[--cwd=dir] [--file=file] [--local] [--system] [--user] [--verbose[=flags]] list

ceylon config
[--cwd=dir] [--file=file] [--local] [--system] [--user] [--verbose[=flags]] remove [--] {key}

ceylon config
[--cwd=dir] [--file=file] [--local] [--system] [--user] [--verbose[=flags]] remove-section [--] {name}

ceylon config
[--cwd=dir] [--file=file] [--local] [--system] [--user] [--verbose[=flags]] rename-section [--] {old-name} {new-name}

ceylon config
[--cwd=dir] [--file=file] [--local] [--system] [--user] [--verbose[=flags]] set [--] {key} {values}...

Can be used to list, update and remove settings in Ceylon's configuration files.

Setting names are of form <section>.<key>, for example, defaults.encoding.

Get the value defined for <key> in the config file

Gets the password for <alias> in the keystore

Sets the password for <alias> in the keystore. The program will issue a password prompt if <password> is omitted.

Unsets the password for <alias> in the keystore, removing the alias and its corresponding password.

Lists configuration values

Removes the value of the <key> in the config file

Removes the named <section> from the config file

Renames the section <old-name> in the config file to <new-name>

Set the value of the <key> to <values> in the config file

Specifies the current working directory for this tool. (default: the directory where the tool is run from)
The file to operate on.
Apply operation to the local configuration.
Apply operation to the system configuration.
Apply operation to the user configuration.
Produce verbose output. If no flags are given then be verbose about everything, otherwise just be verbose about the flags which are present. Allowed flags include: all, loader.

The password for accessing the keystore

The following would list the settings active from within the current folder:

ceylon config list
.fi
This reads a named setting:

ceylon config get defaults.encoding .fi
This writes a named setting:

ceylon config --file=.ceylon/config set defaults.encoding UTF-8
18 August 2017

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.