CLI Overview
The liblab CLI is used to generate SDKs from your API specs. This can be run from your terminal or as part of your CI/CD pipeline.
As a developer generating SDKs from an API, your typical flow might be:
If you are integrating the CLI into your CI/CD pipeline, your typical flow might be:
You can find tutorials walking you through different areas of this flow in our tutorials.
Use the liblab CLI
- Install the CLI
- Authentication
- OpenAPI spec management
- Initialize, validate and generate an SDK and docs
- Create PRs for your SDKs
- Get help
info
You can get a list of all the available commands by running liblab --help
:
liblab --help
You can also get help on individual commands by running the command with --help
. For example:
liblab build --help