reserve-it
A command line interface is provided with a couple conveniences.
Usage
reserve-it [OPTIONS] COMMAND [ARGS]...
Arguments
No arguments available
Options
| Name | Description | Required | Default |
|---|---|---|---|
--install-completion |
Install completion for the current shell. | No | - |
--show-completion |
Show completion for the current shell, to copy it or customize the installation. | No | - |
--help |
Show this message and exit. | No | - |
Commands
| Name | Description |
|---|---|
serve-example |
Builds and serves a non-functional static... |
init |
Initializes a new reserve-it project with... |
Subcommands
reserve-it serve-example
Builds and serves a non-functional static example site template on localhost:PORT for
viewing purposes. Note that the embedded calendar view won't work since it's serving
the page template directly (you'll see a bit of jinja syntax that the app uses to
serve it), but you'll get a decent idea anyway.
Usage
reserve-it serve-example [OPTIONS][PORT]
Arguments
| Name | Description | Required |
|---|---|---|
[PORT] |
localhost port to serve on. [default: 8000] | No |
Options
| Name | Description | Required | Default |
|---|---|---|---|
--help |
Show this message and exit. | No | - |
reserve-it init
Initializes a new reserve-it project with the necessary directories and files,
copied directly from the example dir.
Usage
reserve-it init [OPTIONS][PROJECT_ROOT]
Arguments
| Name | Description | Required |
|---|---|---|
[PROJECT_ROOT] |
Root path of your project to initialize. If none is passed, uses the current working directory. | No |
Options
| Name | Description | Required | Default |
|---|---|---|---|
--help |
Show this message and exit. | No | - |