Skip to main content

Commands

A number of commands allow you to manage your API easily and efficiently on a daily basis:

CommandResult
make installInstalls the API by generating configuration files
make upStarts the containers and makes the API available
make downStops the containers and makes the API unavailable
make restartRestarts the containers
make logsDisplays the logs of the containers
make updateRestarts the containers and runs database migrations
make resetRemoves installation files and directories
make migrationRuns the migrations
make initGenerates the first ROLE_SUPER_ADMIN user
make init_hsmConfigures and initializes the API to operate in HSM mode
make create_application NAME=<application_name> EMAIL=<contact_email>Creates an application