Skip to content

Releases: vapor/toolbox

Vapor CLI 0.5.1

07 Jun 21:47
Compare
Choose a tag to compare
Vapor CLI 0.5.1 Pre-release
Pre-release

Better:

  • Fixes the Swift version in error message

Vapor CLI 0.5

01 Jun 21:13
Compare
Choose a tag to compare
Vapor CLI 0.5 Pre-release
Pre-release

New

  • version command

Better

  • Supports Preview 1 Snapshot

Vapor CLI 0.4

01 Jun 16:51
Compare
Choose a tag to compare
Vapor CLI 0.4 Pre-release
Pre-release
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```