# oamctl **Repository Path**: rudr/oamctl ## Basic Information - **Project Name**: oamctl - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # oamctl oamctl is a tiny tool help oam user manage oam app. ## Install ### Download the repo ```shell script $ mkdir -p ${GOPATH}/src/github.com/oam-dev/ $ cd ${GOPATH}/src/github.com/oam-dev/ $ git clone git@github.com:oam-dev/oamctl.git ``` ### Build the binary Run the following command to install _oamctl_ ``` go install ``` ## Usage ### [oamctl migrate](docs/migrate.md) 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.