Files
odo/pkg/api/doc.go
Philippe Martin 4527363f47 odo init json output (#5658)
* odo init -o json

* docs

* fix header and json

* Make DevfileLocation part of api package

* Add Component api kind

* odo init -o json return value

* Document api package

* Update tests

* review

* Error when json output and no flags

* Update doc

* review
2022-04-19 07:40:35 -04:00

4 lines
129 B
Go

// Package api contains structures returned by commands as JSON
// and utilities to build values of these structures
package api