Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cobo.com/developers/llms.txt

Use this file to discover all available pages before exploring further.

Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀
This changelog details all additions and changes to Cobo CLI.

v0.0.5

This version was released on January 3, 2025. This release includes the following changes:
  • Cobo Portal Apps now support approval workflows. When creating a Cobo Portal App using the cobo app init command, you can configure these workflows in the operation_approval_rules field of the manifest.json file. For detailed instructions, refer to Configure approval workflow.
  • Fixed some bugs.

v0.0.4

This version was released on November 22, 2024. This is the first release of Cobo CLI. This release includes support for the following features:
  • API interaction: Easily interact with Cobo WaaS 2.0 through RESTful API directly from your terminal.
  • App management: Streamline your development process by creating applications from pre-built templates that support multiple programming languages and frameworks, with the WaaS SDK pre-integrated. Additionally, you can use Cobo CLI to build, manage, and publish Cobo Portal Apps efficiently through the command line.
  • Multiple authentication methods: Utilize and test three types of authentication mechanisms: Cobo Portal account, Org Access Token, and API key.
  • Webhook testing: Test and debug your webhook integrations locally.
  • Real-time API monitoring: Stream API request logs for quick debugging and monitoring.
  • Environment switching: Seamlessly switch between the development and production environments, allowing for safe testing and development before deploying to production.
  • API documentation lookup: Access helpful documentation for the Cobo WaaS 2.0 API, requests, responses, and their parameters directly from the command line.