Note: information on this page refers to Ceylon 1.2, not to the current release.
ceylon - The Ceylon command
The ceylon command provides access to the Ceylon command line toolset.
Usage
ceylon [<options>...] <command> [<command-args>...]
Description
The top level ceylon command is the entry point for a particular subcommand.
There is a list of the available subcommands.
The rest of this page will highlight particular tools
Backend-agnostic commands
-
ceylon helpprovides interactive help about otherceyloncommands. -
ceylon classpathgenerates a classpath suitable for invoking your Ceylon module in a JVM. -
ceylon configallows you to query and set Ceylon configuration. -
ceylon copyallows you to copy modules across repositories. -
ceylon docis the command line interface to the Ceylon documentation compiler. -
ceylon browseis a convenient way to open a web browser on a module's API documentation. -
ceylon infoqueries modules from repositories and displays information about them. -
ceylon newgenerates Ceylon projects from templates. -
ceylon pluginlets you install or package command-line plugins. -
ceylon srcfetches source archives and unpacks them.
JVM-specific commands
-
ceylon compileis the command line interface to the Ceylon compiler. -
ceylon runis the command line interface for launching a Ceylon program on the JVM. -
ceylon testis the command line interface for executing tests on the JVM. -
ceylon import-jaris the command line interface for importing a Java archive into a Ceylon module repository. -
ceylon waris the command line interface for generating.warfiles to deploy Ceylon modules in Java EE environments.
JavaScript-specific commands
-
ceylon compile-jsis the command line interface to the Ceylon compiler for JavaScript. -
ceylon run-jsis the command line interface for launching a Ceylon program onnode.js. -
ceylon test-jsis the command line interface for executing tests onnode.js.
Ceylon Command-line plugins
You can also add your own command-line plugin commands.
See also
- The complete list of subcommands.