You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
We are planning to develop a new CLI tool, tentatively named @opensdks/cli, to streamline the process of generating SDKs from OpenAPI specifications. This tool will be an npm package and can be invoked using npx opensdks gen .... The idea is to follow the usability patterns of similar tools like openapi-typescript cli and create-next-app@latest.
Key Features and Workflow:
Input and Output:
The CLI will accept the URL of an OpenAPI specification as input.
The output will be a complete package that users can submit as a PR to our repository or use locally.
User Interaction:
The tool will provide an interactive interface - similar to npx create-next-app@latest, where users can input information as required during the generation process.
Alternatively, users can pass options directly in the CLI command for a non-interactive experience.
Ease of Use:
The aim is to make the SDK generation process as simple as possible, ideally boiling it down to a one-liner command.
Example usage: npx @opensdks/cli $OPENAPI_URL sdk-custom.
The text was updated successfully, but these errors were encountered:
Description:
We are planning to develop a new CLI tool, tentatively named
@opensdks/cli
, to streamline the process of generating SDKs from OpenAPI specifications. This tool will be an npm package and can be invoked usingnpx opensdks gen ...
. The idea is to follow the usability patterns of similar tools likeopenapi-typescript cli
andcreate-next-app@latest
.Key Features and Workflow:
Input and Output:
User Interaction:
npx create-next-app@latest
, where users can input information as required during the generation process.Ease of Use:
npx @opensdks/cli $OPENAPI_URL sdk-custom
.The text was updated successfully, but these errors were encountered: