Init Command
The init command creates the CLI configuration file at .bshsolutions/cli.json.
init
Initialize CLI configuration in the current project.
npm
bsh initThe generated file contains:
{
"logger": {
"level": "info"
},
"engine": {
"host": null,
"apiKey": null
}
}