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 bootstrap(1) ceylon bootstrap(1)

ceylon bootstrap - Generates a Ceylon bootstrap script in the current directory


ceylon bootstrap
[--cwd=dir] [--force] [--installation=path] [--sha-sum=sum] [--verbose[=flags]] [--] [distribution]

This tool generates a ceylonb bootstrap shell script (and a ceylonb.bat batch file for Windows) that functions exactly like the normal ceylon command, except that it is not necessary to install Ceylon yourself. On first execution the scripts will check if the required Ceylon distribution is already available locally and if not they will download and install it.

A bootstrap script can be used to make it very easy for authors of Ceylon projects to distribute their code to users without them having to install Ceylon. It is also useful for making sure that users use the exact same version of Ceylon the code was tested with without forcing them to install that exact same version themselves.

The distribution argument determines which distribution the bootstrap script will install. It can either be a version string, which will then be combined with the URL to the official Ceylon download site, or it can be a URL pointing directly to the desired Ceylon distribution download. If this option is not specified the current version will be used (default: 1.3.3)

Specifies the current working directory for this tool. (default: the directory where the tool is run from)
Create the bootstrap files even if they already exist
Determines where the bootstrap script will install the distribution. This can either be a path that starts with ~ or ${user.home} to indicate a location in the user's home directory or it can start with ${ceylon.user.dir} to indicate a location in the user's Ceylon directory. (default: ${ceylon.user.dir}/dists/)
The SHA-256 sum to be included for the bootstrap script (default: no sum)
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.
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.