fluent_init
Initialize a new ServiceNow fluent/now-sdk project using the official SDK init command. Ensure FLUENT_ENABLED and WRITE_ENABLED are set to true.
Instructions
Initialize a new ServiceNow fluent/now-sdk project. Runs npx @servicenow/sdk init. REQUIRES FLUENT_ENABLED=true and WRITE_ENABLED=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| template | No | Project template (optional) | |
| directory | No | Target directory (optional, defaults to cwd) |