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 module repository to another
doc - Generates Ceylon API documentation from Ceylon source files
doc-tool - Generates documentation about a tool
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
new - Generates a new Ceylon project
plugin - Manages Ceylon command-line plugins
run - Executes a Ceylon program
run-js - Executes a Ceylon program
src - Fetches source archives from a repository and extracts their contents into a source directory
test - Executes tests
test-js - Executes tests
version - Shows and updates version numbers in module descriptors
war - Generates a WAR file from a compiled .car file