| Class | Limelight::Commands::FreezeCommand |
| In: |
lib/limelight/commands/freeze_command.rb
|
| Parent: | Command |
Freeze a gem into the production. Frozen gems are unpacked into the root level gem directory. Limelight will automatically require a production‘s frozen gems when loaded.
Usage: limelight freeze [options] <gem_name|gem_file>
freeze a gem into a production.
options:
-h, --help Prints this usage summary.
-p, --production=<production> Specify the production where the gem will be frozen. Default is '.'.
-v, --version=<version> Specify the gem version. Defaults to latest. Ignored if file provided.
| gem_name | [R] | |
| gem_version | [R] | |
| production_path | [R] |