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

oam-dev/oamctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages