nanoctl build
command compiles your Blok source code into a deployable artifact, preparing it for execution or deployment. This step ensures your code, dependencies, and configuration are packaged correctly according to the Blok
project structure.
Whether you’re building from the default project directory, a custom location, or directly within the current folder, the CLI offers flexible options to match your development workflow. Use it as part of your standard development, testing, or deployment process.
Once the build is complete, you’re ready to deploy your Blok using the deploy
command.
Option | Alias | Type | Description | Default |
---|---|---|---|---|
--directory | -d | string | Source directory path | ./blok |
--help | -h | boolean | Show help | false |
Command | Description |
---|---|
. | Build in current directory |