Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

gardener-attic/component-cli

Repository files navigation

Deprecation Note

component-cli is deprecated and will see no further maintenance. It is superseded by ocm-cli.

Component CLI

This repository contains a cli tool to work with component archives as defined by the Component Spec.

Documentation

The written documentation can be found in docs/README.md. For help on the cli commands, see the cli help (component-cli --help) or the generated documentation.

Installation

Download Binaries

Download packaged binaries from the releases page.

Build from Source

Install the cli locally by running make install or go install ./cmd/... in the repository root directory. The cli is then installed into $GOBIN/component-cli and can be used accordingly.

Docker Image

In addition, a Docker Image is provided under eu.gcr.io/gardener-project/component/cli.