skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
559 stars 71 forks source link

skupper site create command #1473

Closed nluaces closed 3 weeks ago

nluaces commented 1 month ago

The main change of these pull request the site create command implementation with tests and the removal of the old commands.

This pull request also includes the structure of the following commands to implement and an executable to generate docs from the cobra commands.

The commands should implement an interface, called SkupperCommand that is defined in the root command.

Podman implementation is not covered for now.