|
|
| |
cutelyst3-qt5(1) |
FreeBSD General Commands Manual |
cutelyst3-qt5(1) |
cutelyst3-qt5 - Developer Helper Application for the Cutelyst Web Framework
cutelyst3-qt5 is a command line utility to help developers creating new
applications for the Cutelyst Web Framework. It can create a skeleton for a
new application, controllers and start your application.
- -h, --help
- Output a usage message and exit
- -v, --version
- Output the version number of cutelyst3-qt5 and exit.
- --create-app app_name
- Creates a new Cutelyst application with the given app_name.
- --controller controller_name
- Create a new Controller for your application with the given
controller_name.
- --server
- Starts a HTTP server.
- --app-file file_name
- Application file to use with the server (usually in build/src/lib*.so), if
not set it will try to autodetect.
- -p, --server-port port
- Port used by the development server.
- -r, --restart
- Restarts the development server when the application file changes.
Returns 0 on success and 1 on failure.
cutelyst3-qt5 --create-app MyCutelystApp
cutelyst3-qt5 --contoller MyNewController
cutelyst3-qt5 --server --app-file build/src/libMyCutelystApp.so -p 8080 -r
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |