Skip to content

Commit

Permalink
Cm beta.6, a plugin for Red Hat Advanced Cluster Management (#1618)
Browse files Browse the repository at this point in the history
* Add CLI for RHACM

Signed-off-by: Dominique Vernier <dvernier@redhat.com>

* Add cm

Signed-off-by: Dominique Vernier <dvernier@redhat.com>

* Change shortDesc and dex

Signed-off-by: Dominique Vernier <dvernier@redhat.com>

* Fix typo

Signed-off-by: Dominique Vernier <dvernier@redhat.com>

* Typo on the ppc64le arch

Signed-off-by: Dominique Vernier <dvernier@redhat.com>

* remove ppc64le

Signed-off-by: Dominique Vernier <dvernier@redhat.com>

* remove s390

Signed-off-by: Dominique Vernier <dvernier@redhat.com>

* Add License

Signed-off-by: Dominique Vernier <dvernier@redhat.com>

* change cm to cm.exe for windows

Signed-off-by: Dominique Vernier <dvernier@redhat.com>
  • Loading branch information
itdove authored Oct 13, 2021
1 parent fc4d15d commit 8ff661b
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions plugins/cm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Copyright Contributors to the Open Cluster Management project

apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: cm
spec:
version: v1.0.0-beta.6
homepage: https://github.com/open-cluster-management/cm-cli
shortDescription: Provides commands for OCM/MCE/ACM.
description: |
This plugin allows you to manage clusters on the OCM/MCE/ACM platform.
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/open-cluster-management/cm-cli/releases/download/v1.0.0-beta.6/cm_darwin_amd64.tar.gz
sha256: 1974ea9511df93a1b39e6610cbb8010941e03d2be7dbf00f55224c9d0cc2b3fa
bin: cm
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/open-cluster-management/cm-cli/releases/download/v1.0.0-beta.6/cm_linux_amd64.tar.gz
sha256: 9917dc6d49a199148d5c845256425a78f96f4be4bb853c3edc61ee775ef5c444
bin: cm
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/open-cluster-management/cm-cli/releases/download/v1.0.0-beta.6/cm_linux_arm64.tar.gz
sha256: d2f6422b469f0b7e466f862c7c7852a6e115ec8dec2e1af312e7fd8be577d09d
bin: cm
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/open-cluster-management/cm-cli/releases/download/v1.0.0-beta.6/cm_windows_amd64.zip
sha256: ba7700f74f30b3386a34aa32f93ce3116554ccc58180b67b20b4da2b6426b957
bin: cm.exe

0 comments on commit 8ff661b

Please sign in to comment.