November 2018
Intermediate to advanced
404 pages
10h 16m
English
You can also get detailed information on a specific Vapor CLI command by inserting the command before the --help flag. For example, you use the following command to learn more about the vapor new feature:
$ vapor new --help
Vapor then prints out the detailed usage information about the new toolbox command:
Usage: vapor new <name> [--template] [--branch] [--tag] [--web] [--auth] [--api]Creates a new Vapor application from a template. Use --template=repo/template for github templates Use --template=full-url-here.git for non github templates Use --web to create a new web app Use --auth to create a new authenticated API app Use --api (default) to create a new APIArguments: name The application's executable ...
Read now
Unlock full access