From a021670cbe6ac0cb2c00b9f14bb44a9fb1e680d8 Mon Sep 17 00:00:00 2001 From: tanner0101 Date: Mon, 5 Jun 2017 17:01:44 +0100 Subject: [PATCH] build --- build/2.0/getting-started/toolbox/index.html | 33 +++++ build/2.0/mkdocs/search_index.json | 7 +- build/2.0/sitemap.xml | 144 +++++++++---------- 3 files changed, 111 insertions(+), 73 deletions(-) diff --git a/build/2.0/getting-started/toolbox/index.html b/build/2.0/getting-started/toolbox/index.html index 5d557f7e..3c0a35b9 100644 --- a/build/2.0/getting-started/toolbox/index.html +++ b/build/2.0/getting-started/toolbox/index.html @@ -272,6 +272,19 @@ Help + +
  • @@ -1630,6 +1643,19 @@ Help + +
  • @@ -1707,6 +1733,13 @@ +

    Framework Commands

    +

    The vapor run command is a special toolbox command that forwards to your Vapor application.

    +

    You can use vapor run serve to boot your application, or vapor run help to view all available application-level commands. This includes custom commands you may have added to your application.

    +
    +

    Warning

    +
    +

    Using vapor run --help will provide information about the run command itself and will not forward to your Vapor application.

    Updating

    The toolbox should be updated by the package manager it was installed with.

    Homebrew

    diff --git a/build/2.0/mkdocs/search_index.json b/build/2.0/mkdocs/search_index.json index 209aa66e..c4da981d 100644 --- a/build/2.0/mkdocs/search_index.json +++ b/build/2.0/mkdocs/search_index.json @@ -192,7 +192,7 @@ }, { "location": "/getting-started/toolbox/", - "text": "Install Toolbox\n\n\nVapor's command line interface provides shortcuts and assistance for common tasks.\n\n\n\n\n\n\nTip\n\n\nIf you do not want to use the Toolbox or templates, checkout the \nManual\n quickstart.\n\n\n\n\nHelp\n\n\nHelp prints useful information about available commands and flags. You can also run the \n--help\n option on any Toolbox command.\n\n\nvapor --help\n\n\n\n\n\nUpdating\n\n\nThe toolbox should be updated by the package manager it was installed with.\n\n\nHomebrew\n\n\nbrew upgrade vapor\n\n\n\n\n\nAPT\n\n\nsudo apt-get update\nsudo apt-get install vapor\n\n\n\n\n\nTemplates\n\n\nThe toolbox can create a project from the Vapor basic-template or any other git repo.\n\n\nvapor new \nname\n \n[\n--template\n]\n\n\n\n\n\n\n\n\n\n\n\n\nName\n\n\nFlag\n\n\nDescription\n\n\n\n\n\n\n\n\n\n\nAPI\n\n\n--template=api\n\n\nJSON API with Fluent database.\n\n\n\n\n\n\nWeb\n\n\n--template=web\n\n\nHTML website with Leaf templates.\n\n\n\n\n\n\n\n\n\n\nNote\n\n\nIf you do not specify a template option, the API template will be used.\nThis may change in the future.\n\n\n\n\nOptions\n\n\nThe toolbox will build an absolute URL based on what you pass as the template option. \n\n\n\n\n--template=web\n clones \nhttp://github.com/vapor/web-template\n\n\n--template=user/repo\n clones \nhttp://github.com/user/repo\n.\n\n\n--template=http://example.com/repo-path\n clones the full url given.\n\n\n--branch=foo\n can be used to specify a branch besides \nmaster\n.", + "text": "Install Toolbox\n\n\nVapor's command line interface provides shortcuts and assistance for common tasks.\n\n\n\n\n\n\nTip\n\n\nIf you do not want to use the Toolbox or templates, checkout the \nManual\n quickstart.\n\n\n\n\nHelp\n\n\nHelp prints useful information about available commands and flags. You can also run the \n--help\n option on any Toolbox command.\n\n\nvapor --help\n\n\n\n\n\nFramework Commands\n\n\nThe \nvapor run\n command is a special toolbox command that forwards to your Vapor application.\n\n\nYou can use \nvapor run serve\n to boot your application, or \nvapor run help\n to view all available application-level commands. This includes custom commands you may have added to your application.\n\n\n\n\nWarning\n\n\n\n\nUsing \nvapor run --help\n will provide information about the \nrun\n command itself and will not forward to your Vapor application.\n\n\nUpdating\n\n\nThe toolbox should be updated by the package manager it was installed with.\n\n\nHomebrew\n\n\nbrew upgrade vapor\n\n\n\n\n\nAPT\n\n\nsudo apt-get update\nsudo apt-get install vapor\n\n\n\n\n\nTemplates\n\n\nThe toolbox can create a project from the Vapor basic-template or any other git repo.\n\n\nvapor new \nname\n \n[\n--template\n]\n\n\n\n\n\n\n\n\n\n\n\n\nName\n\n\nFlag\n\n\nDescription\n\n\n\n\n\n\n\n\n\n\nAPI\n\n\n--template=api\n\n\nJSON API with Fluent database.\n\n\n\n\n\n\nWeb\n\n\n--template=web\n\n\nHTML website with Leaf templates.\n\n\n\n\n\n\n\n\n\n\nNote\n\n\nIf you do not specify a template option, the API template will be used.\nThis may change in the future.\n\n\n\n\nOptions\n\n\nThe toolbox will build an absolute URL based on what you pass as the template option. \n\n\n\n\n--template=web\n clones \nhttp://github.com/vapor/web-template\n\n\n--template=user/repo\n clones \nhttp://github.com/user/repo\n.\n\n\n--template=http://example.com/repo-path\n clones the full url given.\n\n\n--branch=foo\n can be used to specify a branch besides \nmaster\n.", "title": "Toolbox" }, { @@ -205,6 +205,11 @@ "text": "Help prints useful information about available commands and flags. You can also run the --help option on any Toolbox command. vapor --help", "title": "Help" }, + { + "location": "/getting-started/toolbox/#framework-commands", + "text": "The vapor run command is a special toolbox command that forwards to your Vapor application. You can use vapor run serve to boot your application, or vapor run help to view all available application-level commands. This includes custom commands you may have added to your application. Warning Using vapor run --help will provide information about the run command itself and will not forward to your Vapor application.", + "title": "Framework Commands" + }, { "location": "/getting-started/toolbox/#updating", "text": "The toolbox should be updated by the package manager it was installed with.", diff --git a/build/2.0/sitemap.xml b/build/2.0/sitemap.xml index 9d37cbff..b040ef8c 100644 --- a/build/2.0/sitemap.xml +++ b/build/2.0/sitemap.xml @@ -4,7 +4,7 @@ / - 2017-06-02 + 2017-06-05 daily @@ -13,37 +13,37 @@ /getting-started/install-on-macos/ - 2017-06-02 + 2017-06-05 daily /getting-started/install-on-ubuntu/ - 2017-06-02 + 2017-06-05 daily /getting-started/toolbox/ - 2017-06-02 + 2017-06-05 daily /getting-started/hello-world/ - 2017-06-02 + 2017-06-05 daily /getting-started/manual/ - 2017-06-02 + 2017-06-05 daily /getting-started/xcode/ - 2017-06-02 + 2017-06-05 daily @@ -53,49 +53,49 @@ /vapor/folder-structure/ - 2017-06-02 + 2017-06-05 daily /vapor/droplet/ - 2017-06-02 + 2017-06-05 daily /vapor/views/ - 2017-06-02 + 2017-06-05 daily /vapor/controllers/ - 2017-06-02 + 2017-06-05 daily /vapor/provider/ - 2017-06-02 + 2017-06-05 daily /vapor/hash/ - 2017-06-02 + 2017-06-05 daily /vapor/log/ - 2017-06-02 + 2017-06-05 daily /vapor/commands/ - 2017-06-02 + 2017-06-05 daily @@ -105,7 +105,7 @@ /configs/config/ - 2017-06-02 + 2017-06-05 daily @@ -115,13 +115,13 @@ /json/package/ - 2017-06-02 + 2017-06-05 daily /json/overview/ - 2017-06-02 + 2017-06-05 daily @@ -131,31 +131,31 @@ /routing/package/ - 2017-06-02 + 2017-06-05 daily /routing/overview/ - 2017-06-02 + 2017-06-05 daily /routing/parameters/ - 2017-06-02 + 2017-06-05 daily /routing/group/ - 2017-06-02 + 2017-06-05 daily /routing/collection/ - 2017-06-02 + 2017-06-05 daily @@ -165,37 +165,37 @@ /fluent/package/ - 2017-06-02 + 2017-06-05 daily /fluent/getting-started/ - 2017-06-02 + 2017-06-05 daily /fluent/model/ - 2017-06-02 + 2017-06-05 daily /fluent/database/ - 2017-06-02 + 2017-06-05 daily /fluent/query/ - 2017-06-02 + 2017-06-05 daily /fluent/relations/ - 2017-06-02 + 2017-06-05 daily @@ -205,13 +205,13 @@ /cache/package/ - 2017-06-02 + 2017-06-05 daily /cache/overview/ - 2017-06-02 + 2017-06-05 daily @@ -221,19 +221,19 @@ /mysql/package/ - 2017-06-02 + 2017-06-05 daily /mysql/provider/ - 2017-06-02 + 2017-06-05 daily /mysql/driver/ - 2017-06-02 + 2017-06-05 daily @@ -243,13 +243,13 @@ /redis/package/ - 2017-06-02 + 2017-06-05 daily /redis/provider/ - 2017-06-02 + 2017-06-05 daily @@ -259,37 +259,37 @@ /auth/package/ - 2017-06-02 + 2017-06-05 daily /auth/provider/ - 2017-06-02 + 2017-06-05 daily /auth/getting-started/ - 2017-06-02 + 2017-06-05 daily /auth/helper/ - 2017-06-02 + 2017-06-05 daily /auth/password/ - 2017-06-02 + 2017-06-05 daily /auth/persist/ - 2017-06-02 + 2017-06-05 daily @@ -299,13 +299,13 @@ /sessions/package/ - 2017-06-02 + 2017-06-05 daily /sessions/sessions/ - 2017-06-02 + 2017-06-05 daily @@ -315,61 +315,61 @@ /http/package/ - 2017-06-02 + 2017-06-05 daily /http/request/ - 2017-06-02 + 2017-06-05 daily /http/response/ - 2017-06-02 + 2017-06-05 daily /http/middleware/ - 2017-06-02 + 2017-06-05 daily /http/body/ - 2017-06-02 + 2017-06-05 daily /http/response-representable/ - 2017-06-02 + 2017-06-05 daily /http/responder/ - 2017-06-02 + 2017-06-05 daily /http/client/ - 2017-06-02 + 2017-06-05 daily /http/server/ - 2017-06-02 + 2017-06-05 daily /http/cors/ - 2017-06-02 + 2017-06-05 daily @@ -379,19 +379,19 @@ /leaf/package/ - 2017-06-02 + 2017-06-05 daily /leaf/provider/ - 2017-06-02 + 2017-06-05 daily /leaf/leaf/ - 2017-06-02 + 2017-06-05 daily @@ -401,13 +401,13 @@ /validation/package/ - 2017-06-02 + 2017-06-05 daily /validation/overview/ - 2017-06-02 + 2017-06-05 daily @@ -417,13 +417,13 @@ /node/package/ - 2017-06-02 + 2017-06-05 daily /node/getting-started/ - 2017-06-02 + 2017-06-05 daily @@ -433,13 +433,13 @@ /core/package/ - 2017-06-02 + 2017-06-05 daily /core/overview/ - 2017-06-02 + 2017-06-05 daily @@ -449,13 +449,13 @@ /bits/package/ - 2017-06-02 + 2017-06-05 daily /bits/overview/ - 2017-06-02 + 2017-06-05 daily @@ -465,13 +465,13 @@ /debugging/package/ - 2017-06-02 + 2017-06-05 daily /debugging/overview/ - 2017-06-02 + 2017-06-05 daily @@ -481,13 +481,13 @@ /deploy/nginx/ - 2017-06-02 + 2017-06-05 daily /deploy/supervisor/ - 2017-06-02 + 2017-06-05 daily @@ -497,19 +497,19 @@ /version/1_5/ - 2017-06-02 + 2017-06-05 daily /version/2_0/ - 2017-06-02 + 2017-06-05 daily /version/support/ - 2017-06-02 + 2017-06-05 daily