# project_severless_helper **Repository Path**: oldmanzhang/project_severless_helper ## Basic Information - **Project Name**: project_severless_helper - **Description**: 用于解决 阿里云 serverless s 命令非常麻烦的使用 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-31 - **Last Updated**: 2025-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Serverless Helper (sr) An enhanced CLI tool for Serverless Devs that provides interactive menus and simplified commands. ## Installation ```bash # Install globally npm install -g serverless-helper # Or install from GitHub npm install -g github:yourusername/serverless-helper ``` ## Features - Interactive menu for common operations - Simplified command syntax - Instance management with easy selection - Support for both FC and FC3 formats ## Usage ```bash # Interactive mode sr # With specific template file sr -t ./path/to/s.yaml # Direct commands sr deploy [function-name] sr invoke [function-name] # Instance operations sr instance list sr instance log sr instance exec # Help sr --help sr instance --help ``` ## Options - `-t, --template ` - Specify the template file path - `-c, --config ` - Alternative way to specify template file - `--silent` - Suppress non-essential output - `-o, --output-format ` - Specify output format (default|json|yaml|raw) ## Requirements - Node.js 12 or later - Serverless Devs (`@serverless-devs/s`) installed globally ## License MIT