nkapp configure
Interactive wizard to quickly set up a new Nanokit project or add initial services to a nanokit.yml.
Usage
nkapp configureDescription
The configure command is the best way to start a new project from scratch. It guides you through:
- Naming: Setting your project identifier.
- Services: Defining your initial application containers (e.g.,
web,api). - Environment: Setting up the default
localprovider.
By the end of the wizard, Nanokit will create:
- A
nanokit.ymlfile with your settings. - A
.nanokitdirectory for local logs and cache.
Example
$ nkapp configure
🚀 Welcome to Nanokit Configuration Wizard
Project name [my-project]: my-awesome-app
Service names (comma separated, e.g. web, api) [web]: api, worker
✔ Project my-awesome-app configured![!TIP] After running
configure, trynkapp up -e localto see your new stack in action.