fluent_init
Initializes a ServiceNow fluent/now-sdk project by running npx @servicenow/sdk init. Requires FLUENT_ENABLED and WRITE_ENABLED.
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) |