Please refer to KubeVela for OAM application management.
oamctl is a tiny tool help oam user manage oam app.
$ mkdir -p ${GOPATH}/src/github.com/oam-dev/
$ cd ${GOPATH}/src/github.com/oam-dev/
$ git clone git@github.com:oam-dev/oamctl.git
Run the following command to install oamctl
go install
This command can create oam ApplicationConfiguration yaml from exist k8s resource
This command will list trait with version and workload type that could be applied.