| title | Wyvern CLI |
|---|---|
| description | Wyvern's command line tools |
| icon | toolbox |
Initializes Wyvern application template code
Arguments:
projectstr - Name of the project
Starts Redis server. This command will also install redis locally if it's not installed.
Starts Wyvern application server
Arguments:
pathstr - Path to the wyvern app. The default path ispipelines.main:apphoststr - Host to run the application on. The default host is0.0.0.0portint - Port to run the application on. The default port is5001
Example usage:
# default mode:
wyvern run
# with arguments:
wyvern run --path pipelines.main:app --host 0.0.0.0 --port 5001List wyvern commands and what each command does