vefaas-cliDeploy and manage serverless applications on Volcengine veFaaS. Use when the user wants to deploy web apps, manage functions (pull code, upload and deploy),...
Install via ClawdBot CLI:
clawdbot install songhn233/vefaas-cliGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://vefaas-cli.tos-cn-beijing.volces.com/volcengine-vefaas-latest.tgzAudited Apr 17, 2026 · audit v1.0
Generated May 7, 2026
Initiate a new project using veFaaS templates and deploy it as a serverless application. This allows developers to quickly prototype and launch web apps without managing infrastructure, ideal for startups or hackathons.
Take an existing Node.js project, pull the code, upload, and deploy it on veFaaS using the CLI. This enables companies to modernize legacy applications with serverless benefits like auto-scaling and pay-per-use.
Use the vefaas CLI to set, update, and list environment variables for different application environments (dev, staging, production). This supports DevOps workflows in FinTech where secure configuration management is critical.
Integrate vefaas commands like `vefaas deploy --yes` into a CI/CD pipeline (e.g., GitHub Actions) for automated deployment after code commits. This streamlines release cycles for SaaS companies.
Leverage the --region global option to deploy the same application in multiple Volcengine regions, ensuring low-latency access for global users. This is crucial for gaming or real-time communication platforms.
Charge customers based on function invocations and execution duration. The CLI enables easy deployment and configuration, adding value by simplifying serverless adoption.
Provide managed CI/CD pipelines that use vefaas commands for automated serverless deployments. Customers pay a subscription fee for infrastructure automation and monitoring.
Create and sell reusable application templates that can be deployed via `vefaas init --template`. Developers pay per download or via a subscription for access to premium templates.
💬 Integration Tip
Use the vefaas CLI in your CI/CD pipeline by running `vefaas deploy --yes` after code checkout. Ensure environment variables VOLC_ACCESS_KEY_ID and VOLC_SECRET_ACCESS_KEY are securely set in your CI secrets.
Scored Jun 29, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.