@akago/akago_backend_commands
v1.2.7
Published
Commands for Akago Backend
Readme
A minimal AdonisJS console app containing various commands for akago backend administration.
Install
npm install -g @akago/akago_backend_commandsUsage
akago (alias: ak) command is available. You can list all the subcommands :
ak listMost of the commands need you to be in an "Akago project", meaning there is a akago_commands.json in the current or any parent directory.
This file describes few properties. Here is an exhaustive example :
{
"environments": [
{
"name": "dev",
"dockerContext": "libelaw-dev"
},
{
"name": "prod",
"dockerContext": "libelaw-prod"
}
],
"databaseName": "libelaw"
}Develop
npm install
npm run build:watch
# In another shell
npm link
# You have to link each time you run build:watch