FDio / govpp

Go toolset for the VPP.
Apache License 2.0
192 stars 81 forks source link

Refactor resolving VPP API input #130

Closed ondrej-fabry closed 1 year ago

ondrej-fabry commented 1 year ago

This change will allow a new type of input reference for VPP API source:

# List VPP API files in archive
govpp vppapi --input path/to/vppapi.tar.gz

This works for all govpp commands that expect VPP API input.

Notable Changes