helptopics

package
v0.1.2-rc2 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ApisHelpCmd = &cobra.Command{
	Use: "apis",
	Long: fmt.Sprintf(`
The Opni Manager recognizes two separate APIs and either can be used to install
Opni into your cluster. 

%s
The Opni Demo API is used for demonstration purposes to showcase the features
of Opni without needing a complete multi-cluster setup. This API should not be
used for production purposes.

Opni can be installed using the Demo API with the command %s. 
The installation can be customized with a variety of options. For a list of
options, run %s.

%s
The Opni Production API is used for production deployments of Opni. 

%s
`,
		chalk.Bold.TextStyle("Demo API"),
		chalk.Bold.TextStyle("opnictl create demo"),
		chalk.Bold.TextStyle("opnictl help install demo"),
		chalk.Bold.TextStyle("Production API ")+chalk.Blue.Color("(Coming Soon)"),
		chalk.Yellow.Color(`The Production API is not available yet. Check the github page at 
https://github.com/rancher/opni for more information on upcoming releases.`),
	),
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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