BACKND CLI
To build, deploy, and delete BACKND Function projects created by the developer, you must use BACKND CLI.
How to use
You can call BACKND CLI from cmd in the following manner:
- backend [command]
- backend [command] [subcommand]
- backend [command] [subcommand 1] [subcommand 2]
Commands
The following commands can be used in BACKND CLI:
Command | Description |
---|---|
config | Account and project settings for the use of BACKND CLI |
build | Build BACKND Function project |
deploy | Deploy BACKND Function project to the server |
delete | Delete BACKND Function project deployed on the server |
help | Help |