assemble
- Generate a Ceylon assembly for a given module
bootstrap
- Generates a Ceylon bootstrap script in the current directory
browse
- Open module documentation in the browser
classpath
- Prints a classpath suitable for passing to Java tools to run a given Ceylon module
compile
- Compiles Ceylon and Java source code and directly produces module and source archives in a module repository.
compile-js
- Compiles Ceylon source code to JavaScript and directly produces module and source archives in a module repository
config
- Manages Ceylon configuration files
copy
- Copies modules from one Ceylon module repository to another
doc
- Generates Ceylon API documentation from Ceylon source files
doc-tool
- Generates documentation about a tool
fat-jar
- Generate a Ceylon executable jar for a given module
help
- Displays help information about other Ceylon tools
import-jar
- Imports a jar file into a Ceylon module repository
info
- Prints information about modules in repositories
jigsaw
- Tools to interop with Java 9 (Jigsaw) modules
maven-export
- Generate a Maven repository for a given module
new
- Generates a new Ceylon project
plugin
- Manages Ceylon command-line plugins
run
- Executes a Ceylon program on the JVM
run-js
- Executes a Ceylon program on Node.js
src
- Fetches source archives from a repository and extracts their contents into a source directory
test
- Executes tests on the JVM
test-js
- Executes tests on Node.js
version
- Shows and updates version numbers in module descriptors
war
- Generates a WAR file from a compiled .car
file