#
Command-line (CLI)
The QuickDapp CLI is a collection of Node.js scripts which live within the ./scripts
folder.
The available commands are:
dev
- run development code, interact with development database.contracts
- interact with./contracts
folder, build and deploy contracts to a local node.build
- build production code.prod
- run production code, interact with production database.docker
- build and run Docker images.do-cloud
- interact with DigitalOcean cloud hosting.
To get help on any command simply affix --help
. However, note that some commands have sub-commands, e.g:
build
- build both web + worker production servers- To get usage help:
build "(default)" --help
- To get usage help:
build web
- build web production server only- To get usage help:
build web --help
- To get usage help: