Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 668 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 668 Bytes

Please refer to KubeVela for OAM application management.

oamctl

oamctl is a tiny tool help oam user manage oam app.

Install

Download the repo

$ mkdir -p ${GOPATH}/src/github.com/oam-dev/
$ cd ${GOPATH}/src/github.com/oam-dev/
$ git clone [email protected]:oam-dev/oamctl.git

Build the binary

Run the following command to install oamctl

go install

Usage

This command can create oam ApplicationConfiguration yaml from exist k8s resource

Trait-list

This command will list trait with version and workload type that could be applied.