Skip to content

Commit

Permalink
add crossplane cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Mar 11, 2024
1 parent 8c2493d commit 53d4f83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ENV ARGO_VERSION="3.5.4" \
CF_UAAC_VERSION="4.21.0" \
CILIUM_VERSION="0.15.23" \
CREDHUB_VERSION="2.9.27" \
CROSSPLANE_CLI="1.15.0" \
FLUX_VERSION="0.41.2" \
FLY_VERSION="7.9.1" \
GITLAB_VERSION="1.36.0" \
Expand Down Expand Up @@ -119,6 +120,7 @@ RUN installBinary() { printf "\n=> Add $1 CLI\n" ; curl -sSLo /usr/local/bin/$2
installTargz "CILIUM" "cilium" "https://github.com/cilium/cilium-cli/releases/download/v${CILIUM_VERSION}/cilium-linux-${OS_ARCH_AMD}.tar.gz" "cilium" && \
addCompletion "CILIUM" "cilium" "completion bash" && \
installTargz "CREDHUB" "credhub" "https://github.com/cloudfoundry-incubator/credhub-cli/releases/download/${CREDHUB_VERSION}/credhub-linux-${OS_ARCH_AMD}-${CREDHUB_VERSION}.tgz" "credhub" && \
installBinary "CROSSPLANE" "crossplane" "https://releases.crossplane.io/stable/v${CROSSPLANE_CLI}/bin/linux_${OS_ARCH_AMD}/crank" && \
installTargz "FLUX" "flux" "https://github.com/fluxcd/flux2/releases/download/v${FLUX_VERSION}/flux_${FLUX_VERSION}_linux_${OS_ARCH_AMD}.tar.gz" "flux" && \
addCompletion "FLUX" "flux" "completion bash" && \
installTargz "FLY" "fly" "https://github.com/concourse/concourse/releases/download/v${FLY_VERSION}/fly-${FLY_VERSION}-linux-${OS_ARCH_AMD}.tgz" "fly" && \
Expand Down
1 change: 1 addition & 0 deletions tools/check-available-clis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ printf '\n=> Check BOSH-CLI\n' ; bosh --version
printf '\n=> Check CF-CLI\n' ; cf --version
printf '\n=> Check CILIUM-CLI\n' ; cilium version
printf '\n=> Check CREDHUB-CLI\n' ; credhub --version
printf '\n=> Check CROSSPLANE-CLI\n' ; crossplane --version
printf '\n=> Check FLUX-CLI\n' ; flux --version
printf '\n=> Check FLY-CLI\n' ; fly --version
printf '\n=> Check GCLOUD-CLI\n' ; gcloud --version
Expand Down
1 change: 1 addition & 0 deletions tools/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ printf "\n%bKUBERNETES TOOLS (to use with log-k8s)%b\n" "${GREEN}${BOLD}${REVERS
display "argo" "Kubernetes Workflow Management"
display "check-k8s" "Check kubernetes clusters (uses kubeconfig to select clusters)"
display "cilium" "Kubernetes Security and Networking cli"
display "crossplane" "Crossplane cli"
display "flux" "Kubernetes Gitops Management"
display "get-minio-token" "Get token to use minio operator web-ui"
display "helm" "Kubernetes Package Manager"
Expand Down

0 comments on commit 53d4f83

Please sign in to comment.