command
module
Version:
v0.7.3
Opens a new window with list of versions in this module.
Published: Sep 15, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
ApiGear CLI
Install
Download and install from the release page (see Releases)
Manual
- Install Go 1.18.1 or later (see Go Dev)
build using
go build -o apigear .
and use apigear command line:
./apigear
Development
You can build and run the project using the following commands:
go run main.go --help
To build the project:
go build .
To run all the tests:
go test "./..."
To run the debugger
dlv debug . -- --help
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Package cmd contains the CLI for the application.
|
Package cmd contains the CLI for the application. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.