Key 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.
Use cases
Cobo CLI is particularly useful for:- Developers integrating Cobo WaaS 2.0 into their applications.
- DevOps engineers managing Cobo resources and monitoring transactions.
- QA teams testing Cobo integrations and API responses.
- Support teams troubleshooting customer issues related to Cobo’s services.
Example usage
Here are some quick examples of how to use Cobo CLI. These examples demonstrate some of the key functionalities of Cobo CLI, including REST API interactions, application management, accessing API documentation, real-time log monitoring, and webhook event handling.- List all Custodial Wallets:
- Create a new application with WaaS SDK integrated using a template:
- Look up documentation for a specific API operation:
- Monitor real-time API request logs for debugging and troubleshooting:
- Trigger a webhook event:
- Listen for webhook events and forward them to a local endpoint:
Feel free to share your feedback to improve our documentation!