Releases: vapor/toolbox
Releases · vapor/toolbox
Vapor CLI 0.5.1
Better:
- Fixes the Swift version in error message
Vapor CLI 0.5
New
version
command
Better
- Supports Preview 1 Snapshot
Vapor CLI 0.4
Usage: vapor [help|clean|build|run|new|self|xcode|heroku|docker]
Available Commands:
help:
clean:
build:
build <module-name>
Builds source files and links Vapor libs.
Defaults to App/ folder structure.
run:
runs executable built by vapor build.
use --release for release configuration.
new:
new <project-name>
Clones the Vapor Example to a given
folder name and initializes an empty
Git repository inside it.
self:
update:
Downloads the latest version of
the Vapor command line interface.
compile:
Compiles and caches the CLI
to improve performance.
install:
Moves the CLI into the bin so
that it is available in the PATH
xcode:
Generates and opens an Xcode Project.
heroku:
init:
Configures a new heroku project
docker:
Setup and run vapor app via docker
sub commands: init|build|run|enter
init:
Creates a Dockerfile
build:
Build the docker image, using the swift
version specified in .swift-version.
run:
Run the app in a docker container with the
image created by running 'docker build'
enter:
Enter the docker container (useful for
debugging purposes)
Community:
Join our Slack if you have questions,
need help, or want to contribute.
http://slack.qutheory.io```