cartographer-cli

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

README ΒΆ

Cartographer CLI

The Apache 2.0 license badge

The Cartographer CLI offers a convenient way to manage a Cartographer installation and related workflows. It's built on top of the Apps Plugin for the Tanzu CLI, which provides the ability to create, view, update, and delete application Workloads as well as list and view ClusterSupplyChains.

Warning This project is currently a proof of concept.

πŸš€  Getting Started

Prerequisites
  • Kubernetes 1.24+

  • Carvel kctrl CLI.

  • Cert Manager deployed in your Kubernetes cluster. You can install it with Carvel kapp (recommended choice) or kubectl.

    kapp deploy -a cert-manager -y \
      -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
    
  • Cartographer deployed in your Kubernetes cluster. You can install it with Carvel kapp (recommended choice) or kubectl.

    kapp deploy -a cert-manager -y \
      -f https://github.com/vmware-tanzu/cartographer/releases/download/v0.7.0/cartographer.yaml
    
Installation

Check out this code repository, then build the Cartographer CLI:

go build -o carto
Usage

Get the help information for the carto apps subcommand.

./carto apps

πŸ“™  Documentation

Documentation, tutorials and examples for this project are available in the docs folder. For documentation specific to the Apps Plugin for the Tanzu CLI, check out github.com/vmware-tanzu/apps-cli-plugin.

πŸ›‘οΈ  Security

The security process for reporting vulnerabilities is described in SECURITY.md.

πŸ–ŠοΈ  License

This project is licensed under the Apache License 2.0. See LICENSE for more information.

πŸ™  Acknowledgments

The Cartographer CLI embeds the Apps Plugin for the Tanzu CLI as subcommands providing the ability to create, view, update, and delete application Workloads as well as list and view ClusterSupplyChains.

Documentation ΒΆ

The Go Gopher

There is no documentation for this package.

Directories ΒΆ

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher πŸ‡»πŸ‡³