Skip to Content
🎉 New release with new features and improvements! V0.0.5 Release →

Init Command

The init command creates the CLI configuration file at .bshsolutions/cli.json.

init

Initialize CLI configuration in the current project.

bsh init

The generated file contains:

{ "logger": { "level": "info" }, "engine": { "host": null, "apiKey": null } }