Files
codegenerator/doc/source/rust_cli.rst
Artem Goncharov 298e6753ed Update typos version
Update verion of typos that we use to fix typos in the openapi specs.
Since there are quite lot findings (and fixes cause other failures) also
update pre-commit and the resulting changes.

Change-Id: I795215942e1587bf914d923edd09070fe729e9d5
Signed-off-by: Artem Goncharov <artem.goncharov@gmail.com>
2025-10-10 08:30:13 +02:00

23 lines
516 B
ReStructuredText

OSC in Rust
===========
A new experimental CLI is generated from the OpenAPI
specs. Due to the fact that it is fully automatically
generated it differs from the current OpenStackClient in
following aspects:
- enforced naming convention
- similar UX for all services
- improved performance
- improved UX
- ...
Currently the generated code is hosted under
`https://github.com/gtema/openstack` It covers all
services for which OpenAPI specs exist with version
discovery and partial microversion negotiation.
TODO