Last active
February 18, 2020 22:39
-
-
Save displague/444bb96b0419a036f51bf40098538a65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: krew.googlecontainertools.github.com/v1alpha2 | |
kind: Plugin | |
metadata: | |
name: crossplane | |
spec: | |
platforms: | |
- uri: https://github.com/crossplaneio/crossplane-cli/releases/download/v0.2.0/crossplane-cli_v0.2.0_linux_amd64.tar.gz | |
sha256: b086cc394ff8609a873e384b7848b70d2f973beb3191ec2e9d62a9ea8c153cba | |
bin: kubectl-crossplane-krew-wrapper | |
files: | |
- from: kubectl-crossplane* | |
to: . | |
- from: LICENSE | |
to: . | |
selector: | |
matchLabels: | |
os: linux | |
arch: amd64 | |
- uri: https://github.com/crossplaneio/crossplane-cli/releases/download/v0.2.0/crossplane-cli_v0.2.0_darwin_amd64.tar.gz | |
sha256: cc31bbfe2eda1f53d57b21e9a3c67514f7a2541332e1729405d14d5d48a4b9f1 | |
bin: kubectl-crossplane-krew-wrapper | |
files: | |
- from: kubectl-crossplane* | |
to: . | |
- from: LICENSE | |
to: . | |
selector: | |
matchLabels: | |
os: darwin | |
arch: amd64 | |
version: v0.2.0 | |
homepage: https://github.com/crossplaneio/crossplane-cli | |
caveats: | | |
This plugin requires an existing KUBECONFIG file, with a `current-context` field set. | |
Usage: | |
$ kubectl crossplane # output help messages | |
More Info: | |
- https://github.com/crossplaneio/crossplane-cli | |
shortDescription: Tools and commands for managing and developing Crossplane | |
description: | | |
Tools and commands for managing and developing Crossplane | |
Examples: | |
Install a Stack | |
$ kubectl crossplane stack install 'myname/mysubname' | |
List installed Stacks | |
$ kubectl crossplane stack list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment