docs

package
v0.80.0 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

README

Tanzu Plugin Runtime

Tanzu Plugin Runtime provides functionality useful in the development of Tanzu CLI plugins. It includes:

  1. Component library
  2. Config library
  3. Plugin helpers
  4. Command helpers
  5. Test helpers

Component Library

This package implements reusable CLI user interface components, including:

  • output writers (table, listtable, json, yaml, spinner)
  • prompt
  • selector
  • question

Config Library

This package implements helper functions to read, write and update the tanzu configuration file (~/.config/tanzu/config.yaml).

Plugin Helpers

This package implements helper functions for new plugin creation. This is one of the main packages that each and every plugin will need to import to integrate with the Tanzu CLI.

Command Helpers

This package implements command specific helper functions like command deprecation, etc.

Test Helpers

This package implements helper functions to develop test plugins.

Documentation

Overview

Package docs contains docs

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL