command-execute
Execute predefined commands like ls, mkdir, cd, npm, npx, node, git, and rm in specified directories via Windows PowerShell to streamline server operations and automation.
Instructions
Executes a command in the allowed list: ls / mkdir / cd / npm / npx / node / git / rm
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | The command(command only) to execute on Windows PowerShell | |
cwd | Yes | Working directory at command execution |